
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 ...
For further actions, you may consider blocking this person and/or reporting abuse
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.
LSTM are indeed a kind of RNN! Maybe I should've made this clearer in the explanation.