All Projects → fastai → Randomized Svd

fastai / Randomized Svd

demos for PyBay talk: Using Randomness to make code faster

Projects that are alternatives of or similar to Randomized Svd

Missing Data Workshop
Matt Brems' Missing Data Workshop
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Causality
A small repo in which I play with the ideas of causal modelling.
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Lipreading
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Deep Homography Estimation Pytorch
Deep homography network with Pytorch
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow.tutorials
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Mckinsey Smartcities Traffic Prediction
Adventure into using multi attention recurrent neural networks for time-series (city traffic) for the 2017-11-18 McKinsey IronMan (24h non-stop) prediction challenge
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Data Science Lunch And Learn
Resources for weekly Data Science Lunch & Learns
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Spotifyml
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Amldataprepdocs
Documentation for Microsoft Azure Machine Learning Data Preparation
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Do Zero Ao Ml
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Reaction Diffusion
Some Python examples to obtain reaction-diffusion results and animations.
Stars: ✭ 47 (-4.08%)
Mutual labels:  jupyter-notebook
Music Generation Using Deep Learning
A Deep Learning Case Study to Generate Music Sequences using Char RNN, where each RNN is an LSTM unit.
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Accurate Binary Convolution Network
Binary Convolution Network for faster real-time processing in ASICs
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Whale Identification 2018
Solution to Whale Identification Challenge 2018
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Spark Tutorials
Code and Notebooks for Spark Tutorials for Learning Journal @ Youtube
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Rsna Intracranial
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Chinesetrafficpolicepose
Detects Chinese traffic police commanding poses 检测中国交警指挥手势
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Salmonte
SalmonTE is an ultra-Fast and Scalable Quantification Pipeline of Transpose Element (TE) Abundances
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Universodiscreto
Códigos explicados nos vídeos do canal Universo Discreto (YouTube)
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Eeg Classification Using Recurrent Neural Network
Used LSTM Network to classify eeg signals based on stimuli the subject recieved (visual or audio)
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook

This is the demo for my PyBay 2017 talk. If you are not comfortable setting up the demo or unable to do so, you will still get a lot out of the session.

I recommend downloading Anaconda, which contains the main Python scientific libraries. Alternately, you can create a virtual environment and install the necessary requirements:

virtualenv env
source env/bin/activate
pip install -r requirements.txt

To start the jupyter notebook from the command line:

jupyter notebook

Data Sources

Part 1: Word Embeddings

The dataset of word embeddings is available at http://files.fast.ai/models/glove/6B.100d.tgz To download and unzip the files from the command line, you can run:

wget http://files.fast.ai/models/glove_50_glove_100.tgz 
tar xvzf glove_50_glove_100.tgz

Part 2: Background Removal

Download the real video 003 and 008 datasets from BMC 2012 Background Models Challenge Dataset

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