Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LSTM example to time series prediction via MXNet in R

Does anybody know where can I find an example of LSTM via MXNet (R package)? The basic task is prediction of x[t + 1] value by x[1 ... t] sequence.

like image 406
sermal Avatar asked Aug 17 '16 19:08

sermal


1 Answers

If you are still looking for it, there is this very nice blog explaining how to use RNN in mxnet with R bindings: https://www.r-bloggers.com/recurrent-models-and-examples-with-mxnetr/.

like image 134
geoalgo Avatar answered Oct 08 '22 01:10

geoalgo