Giter Site home page Giter Site logo
From: 09 August 2024 - To: 16 August 2024

Python           5 hrs 33 mins   █████████████████████▓░░░   86.85 %
Markdown         18 mins         █▒░░░░░░░░░░░░░░░░░░░░░░░   04.79 %
Bash             14 mins         █░░░░░░░░░░░░░░░░░░░░░░░░   03.86 %
GitIgnore file   6 mins          ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.80 %
Text             5 mins          ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.52 %

ktanemur's 42 stats

Keito Tanemura's Projects

aa icon aa

こんにちわんこそば!

adalinegd icon adalinegd

教師あり学習。線形分類器。Adaptive Linear Neuron の略。勾配降下法(Gradient Descent) or バッチ降下法(Batch Gradient Descent)。残差平方和RSS(誤差二乗和)を使用。可視化するため、標準化(std)を行い、表示させる。分類問題を解くアルゴリズムで、パーセプトロンの改良のようなもの。

adalinesgd icon adalinesgd

教師あり学習。線形分類器。Adaptive Linear Neuron の略。確率的勾配降下法(Stochastic Gradient Descent)。オンライン学習に利用可能。訓練データシャッフル可能。AdlineGDとの違いは大きなデータセットの時に最小値に近づくにつれて、訓練データを再評価する必要があり、計算コストが高くつくため。

dash_chat icon dash_chat

The most complete Chat UI for flutter highly customizable and helps developing chat UI faster.

nlp icon nlp

自然言語処理(NLP) Bow TF-IDF

pca icon pca

主成分分析 Principal Component Analysis

perceptron icon perceptron

教師あり学習。線形分類器。視覚と脳の機能をモデル化したものであり、パターン認識を行う。入力層と出力層のみの2層からなる、単純パーセプトロン (Simple perceptron) は線形分離可能な問題を有限回の反復で解くことができる一方で、線形非分離な問題を解けないことがマービン・ミンスキーとシーモア・パパートによって指摘された。

perceptron-with-scikit-learn icon perceptron-with-scikit-learn

scikit-learnを使用。やっていること自体はPerceptronと同じ。パーセプトロンの決定領域をプロット。 key : 勾配降下法, 一対他手法(OvR), Perceptron, scikit-learnの基本関数の使用(stdなど)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.