简体   繁体   中英

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.

如果您仍在寻找它,那么有个非常不错的博客,其中介绍了如何在具有R绑定的mxnet中使用RNN: https ://www.r-bloggers.com/recurrent-models-and-examples-with-mxnetr/。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM