Skip to content

Generate new Simpson's TV scripts using neural network

Notifications You must be signed in to change notification settings

rebeccak1/generate-tv-scripts

Repository files navigation

Generate TV Scripts

Udacity Deep Learning Nanodegree Foundations Project

In this project we had to build a Recurrent Neural Network (RNN) using TensorFlow and use it to generate a new Simpsons TV script for a scene at Moe's Tavern using part of the Simpsons dataset of scripts from 27 seasons. The project was written in Python (on a Jupyter Notebook) using the libraries numpy and tensorflow, running on an Anaconda environment.

Topics

  • Recurrent Neural Networks
  • LSTM Cells
  • Embeddings and Word2vec