To view a project, click on a name below. Example: "P1-first-neural-network"
In this project, I build and train my own Neural Network from scratch to predict the number of bike-share users on a given day.
P1-first-neural-network from https://github.com/udacity/deep-learning
In this project, I learned how to build a pipeline to process real-world, user-supplied images. Given an image of a dog, my algorithm will identify an estimate of the canine’s breed.
P2-dog-project from https://github.com/udacity/dog-project
Generate a TV script using a recurrent neural network.
P3-tv-script-generation from https://github.com/udacity/deep-learning
Two neural networks against each other to generate realistic faces.
P4-face_generation from https://github.com/udacity/deep-learning
I build a quadcopter flying agent that learns to take off, hover and land using reinforcement learning.
P5-RL-Quadcopter from https://github.com/udacity/RL-Quadcopter-2