Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/innofang/algo4ml

🐍 algorithm for machine learning
https://github.com/innofang/algo4ml

algorithm decision-tree knn logistic-regression machine-learning machine-learning-algorithms machine-learning-in-action naive-bayes python3

Last synced: 3 months ago
JSON representation

🐍 algorithm for machine learning

Awesome Lists containing this project

README

        

# Algorithm for machine learning

+ [x] kNN
+ [x] Decision Tree
+ [x] Naive Bayes
+ [x] Logistic Regression
+ [x] SVM
+ [x] AdaBoost
+ [x] Linear Regression
+ [x] CART
+ [x] K-means
+ [x] PCA
+ [x] Apriori
+ [x] FP-growth

# Reference

+ Machine Leanrning in Action
+ [Thoughtful Machine Learning with Python: A Test-Driven Approach](https://github.com/thoughtfulml/examples-in-python)
+ [leanrn_dl](https://github.com/hanbt/learn_dl)
+ [MachineLearning](https://github.com/apachecn/MachineLearning)
+ [Play-with-Machine-Learning-Algorithms](https://github.com/liuyubobobo/Play-with-Machine-Learning-Algorithms)