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

https://github.com/zmyzheng/mahcinelearning

machine learning algorithms realization
https://github.com/zmyzheng/mahcinelearning

boosted-decision-trees conditional-probability-estimation cross-validation feature-extraction gradient-descent linear-regression logistic-regression machine-learning naive-bayes nearest-neighbors neural-networks perceptron random-forests

Last synced: 8 months ago
JSON representation

machine learning algorithms realization

Awesome Lists containing this project

README

          

# MahcineLearning

- Linear Regression
- Gradient descent for Logistic regression
- NaiveBayes
- Nearest Neighbors for OCR
- Conditional probability estimation
- Perceptron_Feature_extraction_Cross_Validation
- Non-linear Classifier
- boosted decision trees
- random forests
- neural networks