This repository contains the labs from the Deep Learning MOOC @ Udacity
Play with the NotMNIST dataset, which is very similar to the MNIST dataset, but with more real-world characters, hence harder and funnier to play with!
Play with Tensorflow to build a feed forward neural network
Explore different regularization techniques, such as L2 or dropout
Play with Convolutional Neural Networks
Leanr and Play with word embedding with Skip-Gram and CBOW model to embed words into vectors in low dimension space!
Train a LSTM model!