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

https://github.com/aminkhavari78/text-generation-with-lstm-recurrent-neural-networks-in-python-with-keras

use LSTM model for text generation
https://github.com/aminkhavari78/text-generation-with-lstm-recurrent-neural-networks-in-python-with-keras

dropout io lstm-neural-networks numpy pandas sequence-models sys text-processing

Last synced: 3 months ago
JSON representation

use LSTM model for text generation

Awesome Lists containing this project

README

          

# Text-Generation-With-LSTM-Recurrent-Neural-Networks-in-Python-with-Keras

Recurrent neural networks can also be used as generative models.

This means that in addition to being used for predictive models (making predictions), they can learn the sequences of a problem and then generate entirely new plausible sequences for the problem domain.

Generative models like this are useful not only to study how well a model has learned a problem but also to learn more about the problem domain itself.