愉快的学习就从翻译开始吧_11-Time Series Forecasting with the Long Short-Term Memory Network in Python

Summary/总结

In this tutorial, you discovered how to develop an LSTM model for time series forecasting.

本教程中,你了解了如何开发用于时间序列预测的LSTM模型

Specifically, you learned:

特别是,你学到了:

  • How to prepare time series data for developing an LSTM model.
    如何准备用于开发LSTM模型的时间序列数据。
  • How to develop an LSTM model for time series forecasting.
    如何开发时间序列预测的LSTM模型。
  • How to evaluate an LSTM model using a robust test harness.
    如何使用强大的测试工具评估LSTM模型。

Can you get a better result?

Share your findings in the comments below.

你能获得更好的结果吗?

在下面的评论中分享你的发现。

最后不得不说,这是可以找到的解释的非常详尽的LSTM例子了,虽然我吐槽了很多些的不明白,或是我还没有理解的地方,但通过这个例子,我的确了解很多关于LSTM的情况,感谢Jason Brownlee, Ph.D


猜你喜欢

转载自blog.csdn.net/dreamscape9999/article/details/80675181