8000 WEB Added page with links to various tutorials/presentations on sciki… · seckcoder/scikit-learn@b5f1a5e · GitHub
[go: up one dir, main page]

Skip to content

Commit b5f1a5e

Browse files
amuellerGaelVaroquaux
authored andcommitted
WEB Added page with links to various tutorials/presentations on scikit-learn
1 parent df3dac7 commit b5f1a5e

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,4 @@ Development
199199

200200
support
201201
whats_new
202+
presentations

doc/presentations.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
===========================================
2+
Presentations and Tutorials on Scikit-Learn
3+
===========================================
4+
5+
Videos
6+
======
7+
8+
- `Introduction to scikit-learn
9+
<http://videolectures.net/icml2010_varaquaux_scik/>`_ by `Gael Varoquaux`_ at
10+
ICML 2010
11+
12+
- Extensive four part `Introduction to machine learning with scikit
13+
learn <http://archive.org/search.php?query=scikit-learn>`_ by
14+
`Gael Varoquaux`_ at SciPy 2011
15+
16+
- `Statistical Learning for Text Classification with scikit-learn and NLTK
17+
<http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362>`_
18+
(and `slides <http://www.slideshare.net/ogrisel/statistical-machine-learning-for-text-classification-with-scikitlearn-and-nltk>`_)
19+
by `Olivier Grisel`_ at PyCon 2011
20+
21+
- `Statistical Learning for Text Classification with scikit-learn and NLTK
22+
<http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362>`_
23+
by `Olivier Grisel`_ at PyCon 2012
24+
25+
26+
- `scikit-learn - Machine Learning in Python <http://marakana.com/s/scikit-learn_machine_learning_in_python,1152/index.html>`_
27+
by `Jake Vanderplas`_ at the 2012 PyData workshop at Google
28+
29+
.. _Gael Varoquaux: http://gael-varoquaux.info
30+
.. _Jake Vanderplas: http://www.astro.washington.edu/users/vanderplas/
31+
.. _Olivier Grisel: http://twitter.com/ogrisel

doc/themes/scikit-learn/layout.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,8 @@ <h3>News</h3>
158158
on <a href="{{pathto('install')}}">installing</a>.</p>
159159

160160

161-
<h3>Videos</h3>
162-
<p>Watch the 2010
163-
ICML <a href="http://videolectures.net/icml2010_varaquaux_scik/">Introductory
164-
Video</a> by Gaël Varoquaux.</p>
161+
<h3>Presentations</h3>
162+
<p>Get into the spirit with <a href="{{pathto('presentations')}}">videos</a> from Scikit-Learn tutorials.</p>
165163

166164
<h3>Participate</h3>
167165

0 commit comments

Comments
 (0)
0