项目作者: riyadhrazzaq
项目描述 :
Machine Learning algorithms from scratch. Everything from scratch in one module.
高级语言: Python
项目地址: git://github.com/riyadhrazzaq/scratched-ml.git
scratched-ml
Machine Learning algorithms from scratch. Everything from scratch in one module.
Implemented
- Linear Regression
- Lasso Regression
- Ridge Regression
- Logistic Regression
- Multinomial Naive Bayes
- Gaussian Naive Bayes
- Support Vector Machine
- Decision Tree Classifier
- Decision Tree Regressor
- AdaBoost
- Non-negative Matrix Factorization
- Hierarchical Clustering (agglomerative)