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

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

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)