2
2
Presentations and Tutorials on Scikit-Learn
3
3
===========================================
4
4
5
+ For written tutorials, see the :ref: `Tutorial section <tutorial_menu >` of
6
+ the documentation.
7
+
8
+ .. _videos :
9
+
5
10
Videos
6
11
======
7
12
@@ -11,23 +16,27 @@ Videos
11
16
A three minute video from a very early stage of the scikit, explaining the
12
17
basic idea and approach we are following.
13
18
14
- - `Introduction to machine learning with scikit
19
+ - `Introduction to statistical learning with scikit
15
20
learn <http://archive.org/search.php?query=scikit-learn> `_ by
16
21
`Gael Varoquaux `_ at SciPy 2011
17
- An extensive tutorial, consisting of four 90 minute sessions. The tutorial covers basics of machine learning,
18
- many algorithms and how to apply them using scikit-learn.
22
+ An extensive tutorial, consisting of four sessions of one hour.
23
+ The tutorial covers basics of machine learning,
24
+ many algorithms and how to apply them using scikit-learn. The
25
+ material corresponding is now in the scikit-learn documentation
26
+ section :ref: `stat_learn_tut_index `.
19
27
20
28
- `Statistical Learning for Text Classification with scikit-learn and NLTK
21
29
<http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362> `_
22
30
(and `slides <http://www.slideshare.net/ogrisel/statistical-machine-learning-for-text-classification-with-scikitlearn-and-nltk >`_)
23
31
by `Olivier Grisel `_ at PyCon 2011
24
32
25
- - `Statistical Learning for Text Classification with scikit-learn and NLTK
26
- <http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362> `_
27
- by `Olivier Grisel `_ at PyCon 2012
28
- Thirty minute introduction to text classification. Explains how to use NLTK and scikit-learn to solve real-world text classification
33
+ Thirty minute introduction to text classification. Explains how to
34
+ use NLTK and scikit-learn to solve real-world text classification
29
35
tasks and compares against cloud-based solutions.
30
36
37
+ - `Introduction to Interactive Predictive Analytics in Python with scikit-learn <http://www.youtube.com/watch?v=Zd5dfooZWG4 >`_
38
+ by `Olivier Grisel `_ at PyCon 2012
39
+ 3-hours long introduction to prediction tasks using the scikit-learn.
31
40
32
41
- `scikit-learn - Machine Learning in Python <http://marakana.com/s/scikit-learn_machine_learning_in_python,1152/index.html >`_
33
42
by `Jake Vanderplas `_ at the 2012 PyData workshop at Google
0 commit comments