/RNN_for_predicting_trajectories

I use a RNN(specifically a LSTMs) which is used for predicting the next element of a sequence. Here, every time I train the network, I feed into the whole history of my predicting. time I train the network, I

Primary LanguagePython

Stargazers