Calculating Learning rate of a NN for a time series data using LSTM

Hi Everyone,

Can anyone please help me with a source/reference code to calculate the learning rate of a neural network for a time series data using LSTM? It would be highly appreciated. Thank you.

Hi @MNHaque,

Your question is a little out of the scope of these forums, but I’ll try my best to answer it. From my consultation with the other ML experts, they suggested to use a learning rate scheduler with your LSTM model. I did a quick google and found a few tutorials (here and here) explaining this concept. :slight_smile: