This repository's purpose in to document my projects submission to Udacity's Deep Learning Nanodegree Program
I implemented a simple neural network with numpy. this was a good exercise to understand how forward path and back propagation work in neural network.
I implemented a CNN with PyTorch to classify dog breed.
I generated TV scripts from existing scripts dataset using RNN.
I generated human face images using GANs.