Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-romanenko/tv-script-generation

Generating new Simpsons scripts with an RNN
https://github.com/m-romanenko/tv-script-generation

lstm python rnn tensorflow

Last synced: 27 days ago
JSON representation

Generating new Simpsons scripts with an RNN

Awesome Lists containing this project

README

        

# Generating new Simpsons scripts with an RNN

### Udacity Deep Learning Nanodegree project

Training a recurrent neural network with LSTM cells on a dataset of Simpsons scripts to generate scripts for new episodes (that almost make sense).

* [Jupyter notebook with code](./dlnd_tv_script_generation.ipynb)

### References:

* [The Simpsons](https://en.wikipedia.org/wiki/The_Simpsons)
* [Original dataset](https://www.kaggle.com/wcukierski/the-simpsons-by-the-data)
* [RNNs/LSTMs](http://people.idsia.ch/~juergen/rnn.html)