Pinned Repositories
Char-RNN
Generates new names using an RNN trained on top baby names.
Connected-Components
An implementation of 4-connectivity connected components labeling in Python. Using the method found in https://www.youtube.com/watch?v=ticZclUYy88
CoreML-MNIST
An iOS implementation of MNIST character recognition.
FlowKit
FlowKit is a lightweight and customizable Swift library for building smooth and dynamic onboarding survey flows in your iOS apps.
IMDB-SentimentAnalysis
A model trained on the IMDB dataset to classify text as positive or negative.
jessestauffer.github.io
MNIST-CNN-Keras
A simple example of a Convolutional Neural Network in Keras using generators.
MNIST-Flip
Train a neural network to flip images from the MNIST dataset. Yes, I realize this is overkill but it's a fun way to learn about image-to-image mapping with deep learning.
MNIST-GAN
Generative adversarial network that generates realistic MNIST digits.
Net
A mesh networking app using the P2PKit Framework.
jessestauffer's Repositories
jessestauffer/MNIST-CNN-Keras
A simple example of a Convolutional Neural Network in Keras using generators.
jessestauffer/Net
A mesh networking app using the P2PKit Framework.
jessestauffer/Char-RNN
Generates new names using an RNN trained on top baby names.
jessestauffer/Connected-Components
An implementation of 4-connectivity connected components labeling in Python. Using the method found in https://www.youtube.com/watch?v=ticZclUYy88
jessestauffer/CoreML-MNIST
An iOS implementation of MNIST character recognition.
jessestauffer/FlowKit
FlowKit is a lightweight and customizable Swift library for building smooth and dynamic onboarding survey flows in your iOS apps.
jessestauffer/IMDB-SentimentAnalysis
A model trained on the IMDB dataset to classify text as positive or negative.
jessestauffer/jessestauffer.github.io
jessestauffer/MNIST-Flip
Train a neural network to flip images from the MNIST dataset. Yes, I realize this is overkill but it's a fun way to learn about image-to-image mapping with deep learning.
jessestauffer/MNIST-GAN
Generative adversarial network that generates realistic MNIST digits.
jessestauffer/Pix2Pix-Keras
A pix2pix image-to-image translation GAN implementation in Keras.
jessestauffer/SwipeActions
Add customizable swipe actions to any view.
jessestauffer/Udacity-Self-Driving-Car
Use deep learning to teach a car simulator to drive autonomously.