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.


如果你仍然在寻找它,那么有这个非常好的博客解释如何在mxnet中使用R绑定来使用RNN:https://www.r-bloggers.com/recurrent-models-and-examples-with-mxnetr/。

链接地址: http://www.djcxy.com/p/35740.html

上一篇: PHP多维数组:用两个值连接替换所有的键

下一篇: 通过RNet中的MXNet进行时间序列预测的LSTM实例