All Projects → savarin → Pyconuk Introtutorial

savarin / Pyconuk Introtutorial

practical introduction to pandas and scikit-learn via Kaggle problems - Sept 2014

Projects that are alternatives of or similar to Pyconuk Introtutorial

Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-1.76%)
Mutual labels:  jupyter-notebook
Clip
Contrastive Language-Image Pretraining
Stars: ✭ 5,617 (+1877.82%)
Mutual labels:  jupyter-notebook
Tensorflow hmm
A tensorflow implementation of an HMM layer
Stars: ✭ 283 (-0.35%)
Mutual labels:  jupyter-notebook
Traffic Signs Tensorflow
Traffic Signs Detection and Recognition with Tensorflow
Stars: ✭ 281 (-1.06%)
Mutual labels:  jupyter-notebook
Real World Machine Learning
Code accompanying the Real-World Machine Learning book
Stars: ✭ 282 (-0.7%)
Mutual labels:  jupyter-notebook
Ailearning Theory Applying
快速上手Ai理论及应用实战:基础知识Basic knowledge、机器学习MachineLearning、深度学习DeepLearning2、自然语言处理BERT,持续更新中。含大量注释及数据集,力求每一位能看懂并复现。
Stars: ✭ 280 (-1.41%)
Mutual labels:  jupyter-notebook
Torchxrayvision
TorchXRayVision: A library of chest X-ray datasets and models.
Stars: ✭ 280 (-1.41%)
Mutual labels:  jupyter-notebook
Scipy 2017 Sklearn
Scipy 2017 scikit-learn tutorial by Alex Gramfort and Andreas Mueller
Stars: ✭ 284 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorial
Example TensorFlow codes and Caicloud TensorFlow as a Service dev environment.
Stars: ✭ 2,951 (+939.08%)
Mutual labels:  jupyter-notebook
Machine Learning Notebooks
Stanford Machine Learning course exercises implemented with scikit-learn
Stars: ✭ 282 (-0.7%)
Mutual labels:  jupyter-notebook
Coursera University Of Washington
University of Washington
Stars: ✭ 281 (-1.06%)
Mutual labels:  jupyter-notebook
Monodepth Fpn Pytorch
Single Image Depth Estimation with Feature Pyramid Network
Stars: ✭ 282 (-0.7%)
Mutual labels:  jupyter-notebook
Dltfpt
Deep Learning with TensorFlow, Keras, and PyTorch
Stars: ✭ 280 (-1.41%)
Mutual labels:  jupyter-notebook
Rnn For Joint Nlu
Tensorflow implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
Stars: ✭ 281 (-1.06%)
Mutual labels:  jupyter-notebook
Bert Toxic Comments Multilabel
Multilabel classification for Toxic comments challenge using Bert
Stars: ✭ 284 (+0%)
Mutual labels:  jupyter-notebook
Leam
Stars: ✭ 281 (-1.06%)
Mutual labels:  jupyter-notebook
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+991.2%)
Mutual labels:  jupyter-notebook
Git book
教材对应的源码
Stars: ✭ 285 (+0.35%)
Mutual labels:  jupyter-notebook
Powerai Counting Cars
Run a Jupyter Notebook to detect, track, and count cars in a video using Maximo Visual Insights (formerly PowerAI Vision) and OpenCV
Stars: ✭ 282 (-0.7%)
Mutual labels:  jupyter-notebook
Tehran Stocks
A python package to access tsetmc data
Stars: ✭ 282 (-0.7%)
Mutual labels:  jupyter-notebook

Pycon UK Introductory Tutorial

This tutorial was delivered at PyCon UK 2014. For a more condensed version, please visit Python for ML. For an introduction to neural networks, please visit Neural Networks in a Nutshell.

Installation Notes

This tutorial requires pandas, scikit-learn and IPython with the IPython Notebook. These can be installed with pip by typing the following in terminal:

pip install numpy pandas sklearn ipython

We will be reviewing the materials with the IPython Notebook. You should be able to type

ipython notebook

in your terminal window and see the notebook panel load in your web browser.

Downloading the Tutorial Materials

You can clone the material in this tutorial using git as follows:

git clone git://github.com/savarin/pyconuk-introtutorial.git

Alternatively, there is a link above to download the contents of this repository as a zip file.

Static Viewing

The notebooks can be viewed in a static fashion using the nbviewer site, as per the links in the section below. However, we recommend reviewing them interactively with the IPython Notebook.

Presentation Format

The tutorial will start with data manipulation using pandas - loading data, and cleaning data. We'll then use scikit-learn to make predictions. By the end of the session, we would have worked on the Kaggle Titanic competition from start to finish, through a number of iterations in an increasing order of sophistication. We’ll also have a brief discussion on cross-validation and making visualisations.

Time-permitting, we would cover the following additional materials.

A Kaggle account would be required for the purposes of making submissions and reviewing our performance on the leaderboard.

Credits

Special thanks to amueller, jakevdp, and ogrisel for the excellent materials they've posted.

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