Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 992 Bytes

readme.md

File metadata and controls

24 lines (21 loc) · 992 Bytes

Machine Learning

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

实践环境

  • Python 3.5.1 :: Anaconda 2.4.1 (64-bit) 在win下使用Anaconda集成包可以省去许多不必要的麻烦,亲身经历-_-||
    matplotlib (1.5.0)
    numpy (1.10.1)
    pandas (0.17.1)
    scikit-learn (0.17)
    scipy (0.16.0)
    xgboost (0.4)

内容目录

学习资料

欢迎讨论交流,共同学习