Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Scikit-learn tutorials for the Scipy 2013 conference

NotificationsYou must be signed in to change notification settings

jakevdp/sklearn_scipy2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Instructors

This repository will contain files and other info associated with our Scipy2013 scikit-learn tutorial.

Installation Notes

This tutorial will require recent installations ofnumpy,scipy,matplotlib,scikit-learn,psutil,pyrallel andipython with ipythonnotebook.

The last one is important, you should be able to type:

ipython notebook

in your terminal window and see the notebook panel load in your web browser.Because Python 3 compatibility is still being ironed-out for these packages(we're getting close, I promise!) participants should plan to use Python 2.6or 2.7 for this tutorial.

For users who do not yet have these packages installed, a relativelypainless way to install all the requirements is to use a package such asAnaconda CE, which can bedownloaded and installed for free.

Downloading the Tutorial Materials

I would highly recommend using git, not only for this tutorial, but for thegeneral betterment of your life. Once git is installed, you can clone thematerial in this tutorial by using the git address shown above:

git clone git://github.com/jakevdp/sklearn_scipy2013.git

If you can't or don't want to install git, there is a link above to downloadthe contents of this repository as a zip file. I may make minor changes tothe repository in the days before the tutorial, however, so cloning therepository is a much better option.

Data Downloads

The data for this tutorial is not included in the repository. We will beusing several data sets during the tutorial: most are built-in toscikit-learn, whichincludes code which automatically downloads and caches thesedata. Because the wireless networkat conferences can often be spotty, it would be a good idea to download thesedata sets before arriving at the conference.

Notebook Listing

These notebooks in this repository can be statically viewed using theexcellentnbviewer site. They will notbe able to be modified within nbviewer. To modify them, first downloadthe tutorial repository, change to the notebooks directory, and typeipython notebook. You should see the list in the ipython notebooklaunch page in your web browser.

Detailed Outline Tutorial 1 (intermediate track)

  • 0:00 - 0:15 -- Setup and Introduction
  • 0:15 - 0:30 -- Quick review of data visualization with matplotlib and numpy
  • 0:30 - 1:15 -- Representation of data in machine learning
    • Downloading data within scikit-learn
    • Categorical & Image data
    • Feature extraction
  • 1:15 - 2:00 -- Basic principles of Machine Learning & the scikit-learn interface
    • Supervised Learning: Classification & Regression
    • Unsupervised Learning: Clustering & Dimensionality Reduction
    • Example of PCA for data visualization
    • Flow chart: how do I choose what to do with my data set?
    • Exercise: Interactive Demo on linearly separable data
    • Regularization: what it is and why it is necessary
      • Training set vs test set error
  • 2:00 - 2:15 -- Break (possibly in the middle of the previous section)
  • 2:15 - 3:00 -- Supervised Learning
    • Example of Classification: hand-written digits
    • Measuring prediction performance
    • Example of Regression: boston house prices
  • 3:00 - 4:15 -- Applications
    • Examples from text mining
    • Examples from image processing

Detailed Outline Tutorial 2 (advanced track)

  • 0:00 - 0:30 -- Model validation and testing
    • Bias, Variance, Over-fitting, Under-fitting
    • Using validation curves & learning to improve your model
    • Exercise: Tuning a random forest for the digits data
  • 0:30 - 1:30 -- In depth with a few learners
    • SVMs and kernels
    • Trees and forests
    • Sparse and non-sparse linear models
  • 1:30 - 2:00 -- Unsupervised Learning
    • Example of Dimensionality Reduction: hand-written digits
    • Example of Clustering: Olivetti Faces
  • 2:00 - 2:15 -- Pipelining learners
    • Examples of unsupervised data reduction followed by supervised learning.
  • 2:15 - 2:30 -- Break (possibly in the middle of the previous section)
  • 2:30 - 3:15 -- Parallel Machine Learning with IPython
    • IPython.parallel, a short primer
    • Parallel Model Assessment and Selection
    • Running a cluster on the EC2 cloud using StarCluster
  • 3:15 - 4:00 -- Scaling Text Classification
    • The hashing trick
    • Online learning and out-of-core learning
    • Stochastic Gradient Descent for linear models
    • The Partition / Distribute / Average scaling scheme

About

Scikit-learn tutorials for the Scipy 2013 conference

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp