All Projects → rasbt → Pydata Chicago2016 Ml Tutorial

rasbt / Pydata Chicago2016 Ml Tutorial

Licence: mit
Machine learning with scikit-learn tutorial at PyData Chicago 2016

Projects that are alternatives of or similar to Pydata Chicago2016 Ml Tutorial

Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (+169.53%)
Mutual labels:  jupyter-notebook, tutorial, scikit-learn
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+2442.19%)
Mutual labels:  jupyter-notebook, tutorial, scikit-learn
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (+51.56%)
Mutual labels:  jupyter-notebook, tutorial, scikit-learn
The Hello World Of Machine Learning
Learn to build a basic machine learning model from scratch with this repo and tutorial series.
Stars: ✭ 41 (-67.97%)
Mutual labels:  jupyter-notebook, tutorial, scikit-learn
Selfdrivingcar
A collection of all projects pertaining to different layers in the SDC software stack
Stars: ✭ 107 (-16.41%)
Mutual labels:  jupyter-notebook, scikit-learn
100daysofcode With Python Course
Course materials and handouts for #100DaysOfCode in Python course
Stars: ✭ 1,391 (+986.72%)
Mutual labels:  jupyter-notebook, tutorial
Learning Vis Tools
Learning Vis Tools: Tutorial materials for Data Visualization course at HKUST
Stars: ✭ 108 (-15.62%)
Mutual labels:  jupyter-notebook, tutorial
Cadl
ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
Stars: ✭ 1,478 (+1054.69%)
Mutual labels:  jupyter-notebook, tutorial
Keras Tutorial
Tutorial teaching the basics of Keras and some deep learning concepts
Stars: ✭ 98 (-23.44%)
Mutual labels:  jupyter-notebook, tutorial
Dtreeviz
A python library for decision tree visualization and model interpretation.
Stars: ✭ 1,857 (+1350.78%)
Mutual labels:  jupyter-notebook, scikit-learn
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1084.38%)
Mutual labels:  jupyter-notebook, scikit-learn
Python Data Science Handbook
A Chinese translation of Jake Vanderplas' "Python Data Science Handbook". 《Python数据科学手册》在线Jupyter notebook中文翻译
Stars: ✭ 102 (-20.31%)
Mutual labels:  jupyter-notebook, tutorial
Scipy2017 Jupyter Widgets Tutorial
Notebooks for the SciPy 2017 tutorial "The Jupyter Interactive Widget Ecosystem"
Stars: ✭ 102 (-20.31%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Stars: ✭ 41,480 (+32306.25%)
Mutual labels:  jupyter-notebook, tutorial
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+9132.81%)
Mutual labels:  jupyter-notebook, tutorial
Mlf Mlt
📚 机器学习基石和机器学习技法作业
Stars: ✭ 112 (-12.5%)
Mutual labels:  jupyter-notebook, tutorial
Qiskit Tutorials
A collection of Jupyter notebooks showing how to use the Qiskit SDK
Stars: ✭ 1,777 (+1288.28%)
Mutual labels:  jupyter-notebook, tutorial
Vae Tensorflow
A Tensorflow implementation of a Variational Autoencoder for the deep learning course at the University of Southern California (USC).
Stars: ✭ 117 (-8.59%)
Mutual labels:  jupyter-notebook, tutorial
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+1240.63%)
Mutual labels:  jupyter-notebook, tutorial
Learn jupyter
This is a jupyter practical tutorial. Welcome to edit together!
Stars: ✭ 123 (-3.91%)
Mutual labels:  jupyter-notebook, tutorial

pydata-chicago2016-ml-tutorial

Learning scikit-learn -- An Introduction to Machine Learning in Python @ PyData Chicago 2016

This tutorial provides you with an introduction to machine learning in Python using the popular scikit-learn library.

This tutorial will teach you the basics of scikit-learn. I will give you a brief overview of the basic concepts of classification and regression analysis, how to build powerful predictive models from labeled data. Although it's not a requirement for attending this tutorial, I highly recommend you to check out the accompanying GitHub repository at https://github.com/rasbt/pydata-chicago2016-ml-tutorial 1-2 days before the tutorial. During the session, we will not only talk about scikit-learn, but we will also go over some live code examples to get the knack of scikit-learn's API.

If you have any questions about the tutorial, please don't hesitate to contact me. You can either open an "issue" on GitHub or reach me via email at mail_at_sebastianraschka.com. I am looking forward to meeting you soon!



Schedule

This repository will contain the teaching material and other info for the Learning scikit-learn tutorial at the PyData Chicago 2016 Conference held Aug 26-28.

  • When? Fri Aug. 26, 2016 at 9:00 - 10:30 am
  • Where? Room 1

(I recommend watching the PyData schedule for updates).

Obtaining the Tutorial Material

If you already have a GitHub account, the probably most convenient way to obtain the tutorial material is to clone this GitHub repository via git clone https://github.com/rasbt/pydata-chicago2016-ml-tutorials and fetch updates via pull origin master

If you don’t have an GitHub account, you can download the repository as a .zip file by heading over to the GitHub repository (https://github.com/rasbt/pydata-chicago2016-ml-tutorial) in your browser and click the green “Download” button in the upper right.

Installation Notes and Requirements

Please note that installing the following libraries and running code alongside is not a hard requirement for attending the tutorial session, you will be able to follow along just fine (and probably be less distracted :)). Now, the tutorial code should be compatible to both Python 2.7 and Python 3.x. but will require recent installations of

Please make sure that you have these libraries installed in your current Python environment prior to attending the tutorial if you want to execute the code examples that are executed during the talk. Please also note that executing these examples during/after the talk is merely a suggestion, not a requirement. I highly recommend you to open the code/check_environment.ipynb](code/check_environment.ipynb) notebook as a Jupyter notebook, for instance by the notebook via

jupyter notebook <path-to>/pydata-chicago2016-ml-tutorial/code/check_environment.ipynb

and executing the code cells:

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].