我目前正致力于时间序列项目,我尝试过SARIMA和前馈神经网络进行预测。 我发现RNN(递归神经网络)是一种有趣的方法,但我没有找到任何资源来理解RNN在R中的实现。 有人在R中有一些RNN和预测的例子吗?
感谢您的帮助!
答案 0 :(得分:2)
你应该搜索ltsm。
在R中,你有一些例子: https://tensorflow.rstudio.com/blog/time-series-forecasting-with-recurrent-neural-networks.html
也许这可能是有用的,Keras for R: https://keras.rstudio.com/index.html