LoginSignup
0
3

More than 5 years have passed since last update.

scikit-learnで機械学習(分類)ロジックを実装する時参考にしたものまとめ

Last updated at Posted at 2019-01-15

参考文献

scikit-learn で決定木分析 (CART 法)
https://pythondatascience.plavox.info/scikit-learn/scikit-learn%E3%81%A7%E6%B1%BA%E5%AE%9A%E6%9C%A8%E5%88%86%E6%9E%90

検索キーワードを python sklearn RandomForestClassifier でクラス分類してカテゴリ分けする
https://www.monotalk.xyz/blog/google-search-console-%E3%81%AE-%E3%82%AD%E3%83%BC%E3%83%AF%E3%83%BC%E3%83%89%E3%82%92-python-sklearn-randomforestclassifier-%E3%81%A7%E3%82%AF%E3%83%A9%E3%82%B9%E5%88%86%E9%A1%9E%E3%81%97%E3%81%A6%E3%82%AB%E3%83%86%E3%82%B4%E3%83%AA%E5%88%86%E3%81%91%E3%81%99%E3%82%8B/

Kernel SVC(クラス分類)(SVM Classification)【Pythonとscikit-learnで機械学習:第5回】 
http://neuro-educator.com/ml5/

SGD(クラス分類)【Pythonとscikit-learnで機械学習:第1回】
http://neuro-educator.com/mlearn1/

多クラス分類(Multi-Class Classification)
http://www.tsjshg.info/udemy/Lec80-81.html

確率的勾配降下法とは何か、をPythonで動かして解説する
https://qiita.com/kenmatsu4/items/d282054ddedbd68fecb0

公式doc
https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html

機械学習におけるカーネル法について
http://enakai00.hatenablog.com/entry/2017/10/13/145337

Python: データセットを標準化する効果を最近傍法で確かめる
https://blog.amedama.jp/entry/2017/03/14/213128

経済学徒が知らない機械学習の世界
https://adtech.cyberagent.io/research/archives/919

Scikit-learnのpipeleine.Pipelineが便利
http://tkzs.hatenablog.com/entry/2016/06/26/093502

【機械学習初心者向け】scikit-learn「アルゴリズム・チートシート」の全手法を実装・解説してみた
https://qiita.com/sugulu/items/e3fc39f2e552f2355209

【機械学習入門|Python|scikit-learn】結局何ができる?cheat-sheetから解説してみる篇
https://engineers.weddingpark.co.jp/?p=872

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3