https://github.com/zhaytam/ml-recipes
Machine Learning Recipes
https://github.com/zhaytam/ml-recipes
Last synced: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T20:17:58.000Z (over 7 years ago)
- Last Synced: 2025-02-12T15:53:13.001Z (3 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- 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-NeighborsLinear 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)