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

https://github.com/bruce-lee-ly/machine_learning

Implement several common machine learning algorithms with sklearn.
https://github.com/bruce-lee-ly/machine_learning

ensemble-learning machine-learning python sklearn supervised-learning unsupervised-learning

Last synced: 7 months ago
JSON representation

Implement several common machine learning algorithms with sklearn.

Awesome Lists containing this project

README

          

# Machine Learning
Implement several common machine learning algorithms with sklearn.

## Ensemble Learning
- random forest

## Supervised Learning
- decision tree
- KNN
- linear regression
- logistic regression
- naive Bayes
- SVM

## Unsupervised Learning
- KMeans
- PCA