add second video to README

pull/7/head
Kevin Markham 2015-04-15 12:08:52 -04:00
parent 58315d9bd5
commit 0370fe0ef8
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ This repo contains IPython notebooks from my scikit-learn video series, as seen
- What are the two main categories of machine learning?
- What are some examples of machine learning?
- How does machine learning "work"?
2. Setting up Python for machine learning: scikit-learn and IPython Notebook ([video](https://www.youtube.com/watch?v=IsXXlYVBt1M), [notebook](http://nbviewer.ipython.org/github/justmarkham/scikit-learn-videos/blob/master/02_machine_learning_setup.ipynb))
- What are the benefits and drawbacks of scikit-learn?
- How do I install scikit-learn?
- How do I use the IPython Notebook?
- What are some good resources for learning Python?