JackBurdick / tv_script_generation_rnn

generate novel TV Scripts using RNNs based on Simpsons TV scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simpsons TV Script Generation Recurrent Neural Network

TensorFlow implementation of a recurrent neural network (RNN) trained from scratch to generate tv scripts. Sample TV script output from the RNN

Project Information

The included dlnd_tv_script_generation.ipynb provides a commented walk though of the network generation and evaluation.

Future Improvements:

  1. Train with more data
  2. Train with other data; A and B

Notes:

  • Project designed by Udacity as part of their DLND
  • I got the idea to initialize the biases from a similar project and then read about it here

About

generate novel TV Scripts using RNNs based on Simpsons TV scripts.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 85.0%Language:Python 15.0%