通过RNet中的MXNet进行时间序列预测的LSTM实例
有谁知道我在哪里可以通过MXNet(R软件包)找到LSTM的例子? 基本任务是通过x [1 ... t]序列预测x [t + 1]值。
如果你仍然在寻找它,那么有这个非常好的博客解释如何在mxnet中使用R绑定来使用RNN:https://www.r-bloggers.com/recurrent-models-and-examples-with-mxnetr/。
链接地址: http://www.djcxy.com/p/35739.html上一篇: LSTM example to time series prediction via MXNet in R
下一篇: Strange behaviour when animating between two circular UIBezierPaths