Projects for Udacity Deep Learning Course. This repository contains project related to Udacity's Deep Learning Nanodegree Foundation program implementing models such as convolutional networks, recurrent networks, and GANs.
Project 1 Your First Neural Network: Implement a neural network in Numpy to predict bike rentals.
Project 2 Image classification: Build a convolutional neural network with TensorFlow to classify CIFAR-10 images.
Project 3 Face Generation: Use a DCGAN on the CelebA dataset to generate images of novel and realistic human faces.
Project 4 Facial KeyPoint Detection using CNN