First notebook added: matplotlib

This commit is contained in:
Aurélien Geron
2016-02-16 21:40:20 +01:00
parent c3102adeb3
commit a1e4e9bb5e
7 changed files with 1340 additions and 17 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
Machine Learning Notebooks
==========================
This project aims at teaching you the fundamentals of Machine Learning in
python.
Simply open the [Jupyter](http://jupyter.org/) notebooks you are interested in:
* within github (start at [index.ipynb](https://github.com/ageron/ml-notebooks/blob/master/index.ipynb))
* using [Binder](http://mybinder.org/): [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/ageron/ml-notebooks)
* or by cloning this repository and running Jupyter locally.