/tv-script-generation-with-deep-learning

Generate scripts for the Simpsons TV show using deep learning. Using a recurrent neural network with LSTM (Long Short Term Memory) cells along with word embeddings, it is possible to find patterns within the data. Adding a bit of randomness to the probability of which word should be next in the pattern, it is possible to generate TV scripts. Parts of the scripts will not make grammatical sense. It's still a cool project nonetheless.

Primary LanguageHTML

This repository is not active