DEV Community

Cover image for LSTM: How to Train Neural Networks to Write like Lovecraft

LSTM: How to Train Neural Networks to Write like Lovecraft

Luciano Strika on June 24, 2019

LSTM Neural Networks have seen a lot of use in the recent years, both for text and music generation, and for Time Series Forecasting. Today, I’ll ...
Collapse
 
ramiyer1998 profile image
Sriram Iyer

Cool article! Out of curiosity, could you use a Recurrent Neural Network to help with this kind of modeling? My knowledge of machine learning concepts is very small (I'm trying to get better though) so I'm not sure if this is viable, but I remember seeing them being common in language tasks.

Collapse
 
strikingloo profile image
Luciano Strika

LSTM are indeed a kind of RNN! Maybe I should've made this clearer in the explanation.