https://github.com/zhaytam/ml-recipes
Machine Learning Recipes
https://github.com/zhaytam/ml-recipes
Last synced: 11 months ago
JSON representation
Machine Learning Recipes
- Host: GitHub
- URL: https://github.com/zhaytam/ml-recipes
- Owner: zHaytam
- License: mit
- Created: 2018-01-13T20:52:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T20:17:58.000Z (over 8 years ago)
- Last Synced: 2025-04-06T10:26:35.000Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ML-Recipes
Machine Learning Recipes (Classifiers and/or Algorithms) written to get familiar with Python and ML.
Classifiers:
- Nearest Neighbour (Simple version of kNN)
- k-Nearest-Neighbors
Linear Model:
- Simple Linear Regression (using the equation)
Datasets used in tests:
- [Iris Dataset](http://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html)
- [Cricket Chirps Vs. Temperature](http://college.cengage.com/mathematics/brase/understandable_statistics/7e/students/datasets/slr/frames/frame.html)