• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language
    Python
  • Created almost 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

常用机器学习算法实践笔记,持续更新!

Machine Learning

常用机器学习算法的实现代码(Python),还包括一些具体的小Demo测试和其他python机器学习库(eg.sklearn...)的实践。

名称 目录
Linear Regression [dir]
Perceptron [dir]
KNN [dir]
Naive Bayes [dir]
Decision Tree [dir]
Logisitc Regression [dir]
SVM [dir]
Adaboost [dir]
CF [dir]
K Means [dir]

学习资料

5、实践环境

  • Python 3.5.1 :: Anaconda 2.4.1 (64-bit) 在win下使用Anaconda集成包可以省去许多不必要的麻烦,亲身经历-_-||

6、欢迎讨论交流,共同学习