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
- Host: GitHub
- URL: https://github.com/matthewelse/notebooks
- Owner: matthewelse
- Created: 2018-01-01T20:55:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T22:17:19.000Z (over 8 years ago)
- Last Synced: 2025-01-27T11:49:45.521Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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