YolandaAlvarez / Generate-TV-Scripts

Project for the module Recurrent Neural Networks for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate-TV-Scripts

In this project, Seinfeld TV scripts are generated using RNNs (Recurrent Neural Networks). Part of the Seinfeld dataset of scripts from 9 seasons is used. The Neural Network will generate a new, "fake" TV script, based on patterns it recognizes in this training data.

Project Instructions

  1. Clone the repository and navigate to the downloaded folder.

  2. Make sure you have already installed the necessary Python packages according to the requirements.txt in the repository.

  3. Open a terminal window and navigate to the project folder. Open the notebook using:

	jupyter notebook dlnd_tv_script_generation.ipynb

NOTE: If the code is taking too long to run switch to running the code on a GPU.

About

Project for the module Recurrent Neural Networks for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 83.0%Language:Python 17.0%