Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.21 KB

README.MD

File metadata and controls

23 lines (12 loc) · 1.21 KB

My solutions to Udacity's Artificial Intelligence Nano Degree projects.

Build and train your own Neural Network from scratch to predict the number of bikeshare users on a given day.

Classify images from the CIFAR-10 dataset using a convolutional neural network.

Use deep learning to generate new scripts for your favorite TV show using a recurrent neural network.

Translate from one language to another using a sequence to sequence recurrent neural network.

CCompete two neural networks against each other to generate realistic faces. Generative adversarial network.