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

https://github.com/matthewelse/notebooks

Machine Learning Algorithms and other stuff implemented in Python
https://github.com/matthewelse/notebooks

Last synced: about 2 months ago
JSON representation

Machine Learning Algorithms and other stuff implemented in Python

Awesome Lists containing this project

README

          

# Random Jupyter Notebooks

## Machine Learning

Implementation of various Machine Learning algorithms in Python.

### Supervised

- [x] Linear Regression
- [x] Multi-variable Linear Regression
- [x] Logistic Regression
- [ ] SVM

### Unsupervised

- [ ] Dimensionality Reduction
- [x] k-Means
- [ ] Recommender Systems