Text Generation With LSTM Recurrent Neural Networks in Python with Keras - MachineLearningMastery.com

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 ...

By · · 1 min read
Text Generation With LSTM Recurrent Neural Networks in Python with Keras - MachineLearningMastery.com

Source: MachineLearningMastery.com

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 […]