SmallVagetable / machine_learning_pythonLinks
通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯
☆733Updated 5 years ago
Alternatives and similar repositories for machine_learning_python
Users that are interested in machine_learning_python are comparing it to the libraries listed below
Sorting:
- 用python和sklearn两种方法实现李航《统计学习方法》中的算法☆340Updated 7 years ago
- 为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。☆434Updated 3 years ago
- 力求囊括主流NLP模型练手项目,不断更新中☆287Updated 5 years ago
- 机器学习基本模型算法介绍(附加案例)