用LSTM网络做时间序列数据预测

参考资料

深度学习之路(一):用LSTM网络做时间序列数据预测

https://www.jianshu.com/p/6b874e49b906

关于LSTM的输入和训练过程的理解

https://www.cnblogs.com/USTC-ZCC/p/11171209.html

lstm 训练集的设置

https://jingyan.baidu.com/article/dca1fa6f087db8f1a44052f9.html

【LSTM】入门天气数据集实验--理解长短期记忆模型

https://cungudafa.blog.csdn.net/article/details/105448287

 python - LSTM用于时序数据预测

https://vimsky.com/article/4479.html

教你搭建多变量时间序列预测模型LSTM(附代码、数据集)

https://www.ctolib.com/topics-126204.html

https://machinelearningmastery.com/multivariate-time-series-forecasting-lstms-keras/

Multivariate Time Series Forecasting with LSTMs in Keras

Plot of Loss on the Train and Test Datasets

 RNN的视频

【自然语言处理】循环神经网络RNN与LSTM知识讲解与实战【基于PyTorch】

https://www.bilibili.com/video/BV1dZ4y1g7DE?p=5&spm_id_from=pageDriver

原文地址:https://www.cnblogs.com/emanlee/p/14362011.html