In this project, you'll generate your own Seinfeld TV scripts using RNNs. You'll be using a Seinfeld dataset of scripts from 9 seasons. The Neural Network you'll build will generate a new, "fake" TV script.
-
Clone the repository and navigate to the downloaded folder.
git clone https://github.com/Pareshdandane/DLND_tv_script_generation.git cd DLND_tv_script_generation/DLND_tv_script_generation
- get the data
- Explore the Data
- Implement Pre-processing Functions
- Pre-process all the data and save it
- Neural Network Training
- Define forward and backpropagation
- genate fake script
- save script in txt format