Giter Site home page Giter Site logo

ml-library's Introduction

機械学習ライブラリ

手法名

🐤 多変量解析

手法名 場所 実装
線形回帰分析 - -
主成分分析 - -
因子分析 - -
多次元尺度構成法 - -
階層的クラスタリング - -

📈 統計モデリング

手法名 場所 実装
一般化線形モデル - -
混合効果モデル - -
階層ベイズモデル - -
時系列解析 - AR - -
時系列解析 - MA - -
時系列解析 - ARIMA) - -
状態空間モデル - -

⚙️ 機械学習

手法名 場所 実装
サポートベクターマシン - -
ランダムフォレスト - -
勾配ブースティング決定木 - LightGBM - -
勾配ブースティング決定木 - XGBoost - -
勾配ブースティング決定木 - CatBoost - -
k 近傍法 - -
k-means - -
LDA (Latent Dirichlet Allocation) - -
多層パーセプトロン - -

🩻 深層学習 - CNN

手法名 著者 場所 実装
Neocognition 1980 Fukushima & Miyake -
LeNet-5 1989-1998 LeCun et al. -
AlexNet 2012 Krizhevsky et al. -
ZFNet 2013 Zeiler & Fergus -
VGGNet 2014 Simonyan et al. -
GoogLeNet 2014 C. Szegedy et al. -
ResNet 2015 He et al. -
ZFNet 2013 - -
ZFNet 2013 - -

🕒 深層学習 - RNN

深層学習 - CNN

👀 深層学習 - Transformer

手法名 場所 実装
Vision Transformer - -
- -
- -

データセット

画像

医療系

環境構築

fish & fisher

$ brew install fish

$ curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

Plugin をインストール

$ fisher install simnalamburt/shellder

$ fisher install edc/bass

$ fisher install jethrokuan/fzf

$ fisher install jorgebucaran/nvm.fish

$ fisher list

を実行すると以下になる

jorgebucaran/fisher
simnalamburt/shellder
edc/bass
jethrokuan/fzf
jorgebucaran/nvm.fish

$ curl -sSL https://install.python-poetry.org | python3 -

$ poetry config virtualenvs.in-project true

$ poetry init

$ poetry install

$ bash

もし requirements.txt があったら $ for package in $(cat requirements.txt); do poetry add "${package}"; done

$ poetry shell or $ poetry run python ***.pyで仮想環境内で Python を実行できる

データセット準備

CIFAR-10

$ cd dataset

$ bash download_cifar10.sh

TODO

resnetモデルを書く

場所は DeepLearning/CV/ImageClassification/models/resnet.py

以下のどれかを参考に書く

torchvisionを使って簡単に書くなら以下

AlexNet、GoogLeNet、MobileNetV3、EfficientNetなども以下と同じコードで簡単に実装できる

ml-library's People

Contributors

javasparrows avatar

Watchers

 avatar

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.