Summary of RNN, LSTM, GRU, ConvLSTM, ConvGRU, and ST-LSTM
Introduction I rarely write summary articles, but I feel it’s necessary to periodically summarize some interconnected knowledge points, so I’ve written this one. Since my content mainly focuses on time series and spatio-temporal prediction, I will primarily discuss RNN, LSTM, GRU, ConvLSTM, ConvGRU, and ST-LSTM. 1. RNN The most primitive recurrent neural network, essentially a … Read more