All Projects → jakevdp → Sklearn_pycon2015

jakevdp / Sklearn_pycon2015

Licence: bsd-3-clause
Materials for my Pycon 2015 scikit-learn tutorial.

Projects that are alternatives of or similar to Sklearn pycon2015

Neural Image Captioning
Implementation of Neural Image Captioning model using Keras with Theano backend
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Ridge Directed Ring Detector
Robust and highly performant ring detection algorithm for 3d particle tracking using 2d microscope imaging
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Python Code
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Atari
1-step Q Learning from the paper "Asynchronous Methods for Deep Reinforcement Learning"
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Nla2015
The main github repository for NLA2015 course
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Ml portofolio
This repo will contain my machine learning projects.
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Coursera Ml Andrewng
use numpy, scipy, and tensorflow to implement these basic ML model and learning algorithm
Stars: ✭ 869 (-0.46%)
Mutual labels:  jupyter-notebook
Kalasalingam
IEEE "Invited Talk on Deep Learning" 03/02/2018
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Ml Sims
Machine Learning applied to Cosmological Simulations
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Deepnlp2019
Repository of DeepNLP in 2019
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Traffic Sign Classifier
Udacity Self-Driving Car Engineer Nanodegree. Project: Build a Traffic Sign Recognition Classifier
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Mozfest15 Training
Notebooks for Jupyter training session at Mozfest 2015
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Ganocracy
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Behavioral Cloning Hacktorial
All the files needed for the Terrapin Hackers Hacktorial on Behavioral Cloning for Self Driving Cars.
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Pydata berlin 2018
Slides and code for the PyData Berlin 2018 tutorial
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Econ 101b
Macroeconomics
Stars: ✭ 12 (-98.63%)
Mutual labels:  jupyter-notebook
Disease Detection Using Xray
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Kaggle Carvana Image Masking Challenge
Top 15% ranked solution to the Carvana Image Masking Challenge on Kaggle
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
2018 siop machine learning winners
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook
Seemps
Self-explaining Matrix Product States library in Python
Stars: ✭ 13 (-98.51%)
Mutual labels:  jupyter-notebook

PyCon 2015 Scikit-learn Tutorial

Note: for updated tutorial content, see http://github.com/jakevdp/sklearn_tutorial

Instructor: Jake VanderPlas

This repository will contain files and other info associated with my PyCon 2015 scikit-learn tutorial.

Video

The tutorial presentation was video-taped; the video is available here.

Installation Notes

This tutorial requires the following packages:

The easiest way to get these is to use the conda environment manager. I suggest downloading and installing miniconda.

Once this is installed, the following command will install all required packages in your Python environment:

$ conda install numpy scipy matplotlib scikit-learn ipython-notebook seaborn

Alternatively, you can download and install the (very large) Anaconda software distribution, found at https://store.continuum.io/.

Downloading the Tutorial Materials

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

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

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

Notebook Listing

You can view the tutorial materials using the excellent nbviewer service.

Note, however, that you cannot modify or run the contents within nbviewer. To modify them, first download the tutorial repository, change to the notebooks directory, and run ipython notebook. You should see the list in the ipython notebook launch page in your web browser. For more information on the IPython notebook, see http://ipython.org/notebook.html

Note also that some of the code in these notebooks will not work outside the directory structure of this tutorial, so it is important to clone the full repository if possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].