handson-ml/README.md

13 lines
516 B
Markdown
Raw Normal View History

2016-02-16 21:40:20 +01:00
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.