Top "Recurrent-neural-network" questions

A recurrent neural network (RNN) is a class of artificial neural network where connections between units form a directed cycle.

Are there some pre-trained LSTM, RNN or ANN models for time-series prediction?

I am trying to solve a time series prediction problem. I tried with ANN and LSTM, played around a lot …

python machine-learning neural-network keras recurrent-neural-network