Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.72 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.72 KB
  • Build a convolutional neural network with PyTorch to classify any image (even an image of a face) as a specific dog breed.
  • Train a recurrent neural network to generate scripts in the style of dialogue from Seinfeld.

Project 4 - Face Generation

  • Use generative adversarial networks to generate new images of faces.
  • A recurrent neural network for the purpose of determining the sentiment of a movie review using the IMDB data set. The deployed model uses Amazon's SageMaker service to construct a simple web app that interacts with it.

This repository contains material related to Udacity's Deep Learning Nanodegree program.