时间序列分析(1) 基本概念与实战 https://zhuanlan.zhihu.com/p/60023855
时间序列分析(2) ARIMA 模型 https://zhuanlan.zhihu.com/p/60648709
时间序列分析(3) Linear Regression https://zhuanlan.zhihu.com/p/61757808
时间序列分析(4) RNN/LSTM https://zhuanlan.zhihu.com/p/62774810
时间序列分析(5) TCN https://zhuanlan.zhihu.com/p/69919158
时间序列预测-深度好文 https://www.cnblogs.com/bonelee/p/9902480.html
LSTM
1.使用Keras进行LSTM实战——多变量LSTM预测模型(https://blog.youkuaiyun.com/u012735708/article/details/82769711)
2.keras:4)LSTM函数详解 https://blog.youkuaiyun.com/jiangpeng59/article/details/77646186
3.Multi-step Time Series Forecasting with Long Short-Term Memory Networks in Python https://machinelearningmastery.com/multi-step-time-series-forecasting-long-short-term-memory-networks-python/
4.通过keras例子理解LSTM 循环神经网络(RNN) https://blog.youkuaiyun.com/zwqjoy/article/details/80493341
ARIMA
1.利用ARIMA进行时间序列数据分析(Python) https://blog.youkuaiyun.com/u012735708/article/details/82460962
2.
基础知识
Python处理时间序列datetime,dateutil,to_datetime 教程
https://blog.youkuaiyun.com/qq_36523839/article/details/80083946