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

https://github.com/thedancercodes/python-machine-learning


https://github.com/thedancercodes/python-machine-learning

machine-learning python

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# python-machine-learning

A simple example introducing Understanding Machine Learning [Python].

We will use Python libraries for ML:
* Numpy - scientific computing.
* Pandas - data frames.
* Matplotlib - 2D plot.
* Scikit-learn - provides simple and effective tools for performing many ML operations.