Pinned Repositories
deepchem
Deep-learning models for Drug Discovery and Quantum Chemistry
improv
A quick, interactive website game that generates fun musical ideas for improvising on piano. Based on paper.js and howl
insight
Edgar analytics problem for Insight Data
isolation
AI agent that plays the board game Isolation. (Using minimax and alpha-beta pruning.)
magenta
Magenta: Music and Art Generation with Machine Intelligence
musical-neural-net
Train an LSTM to generate piano or violin/piano music.
Neuronal-Synchrony
A collection of two dimensional animations that are triggered by sound.
sign-language-recognizer
Trains a Hidden Markov Model to recognize American Sign Language words on a video. I was able to achieve significantly better recognition (65% with just the HMM and 77% by adding a language model) than was expected in the Udacity class (40-50% recognition was required to pass).
task-app
Demo task manager I created while I learned html/css/js/mongoDB. Create tasks of varying importance/urgency, drag and drop to different categories. Also has login/logout.
tfjs-garden
mcleavey's Repositories
mcleavey/musical-neural-net
Train an LSTM to generate piano or violin/piano music.
mcleavey/sign-language-recognizer
Trains a Hidden Markov Model to recognize American Sign Language words on a video. I was able to achieve significantly better recognition (65% with just the HMM and 77% by adding a language model) than was expected in the Udacity class (40-50% recognition was required to pass).
mcleavey/tfjs-garden
mcleavey/isolation
AI agent that plays the board game Isolation. (Using minimax and alpha-beta pruning.)
mcleavey/deepchem
Deep-learning models for Drug Discovery and Quantum Chemistry
mcleavey/improv
A quick, interactive website game that generates fun musical ideas for improvising on piano. Based on paper.js and howl
mcleavey/insight
Edgar analytics problem for Insight Data
mcleavey/magenta
Magenta: Music and Art Generation with Machine Intelligence
mcleavey/Neuronal-Synchrony
A collection of two dimensional animations that are triggered by sound.
mcleavey/wavegan-1
PyTorch reimplementation of WaveGAN
mcleavey/task-app
Demo task manager I created while I learned html/css/js/mongoDB. Create tasks of varying importance/urgency, drag and drop to different categories. Also has login/logout.
mcleavey/android-vision
Sample code for the Android Mobile Vision API.
mcleavey/austen-generator
Pytorch language model to generate Jane Austen paragraphs
mcleavey/CarND-Behavioral-Cloning-P3
Starting files for the Udacity CarND Behavioral Cloning Project
mcleavey/CarND-Traffic-Sign-Classifier-Project
Classify Traffic Signs.
mcleavey/fastai
The fast.ai deep learning library, lessons, and tutorials
mcleavey/first-grade-spelling-math-game
Teaching a first grade class to make a spelling and math video game.
mcleavey/identify_author
Trains a language model to generate a paragraph of a novel. Then, creates a classifier to identify the author of a previously unseen novel from only 5 lines of the text. Uses Pytorch & FastAI.
mcleavey/keras
Deep Learning for humans
mcleavey/qiskit-sdk-py
Python tools for running quantum information experiments
mcleavey/tensorflow-rnn-shakespeare
Code from the "Tensorflow and deep learning - without a PhD, Part 2" session on Recurrent Neural Networks.
mcleavey/wavegan
WaveGAN: using GANs to synthesize raw audio