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