RNN-LSTM
机器学习——RNN
RNN即Recurrent Neural Netwoks,翻译为循环神经网络、递归神经网络。
递归神经网络(Recursive Neural Network)
LSTM基础
- 零基础入门深度学习(Chrome不显示图片)
- 时间序列分析——分类与预测教程 总结了时间序列分析中的预测和分类问题。
- A Beginner's Guide to LSTMs and Recurrent Neural Networks。网站主题“A Beginner’s Guide to Important Topics in AI, Machine Learning, and Deep Learning”
- 史上最详细循环神经网络讲解(RNN/LSTM/GRU)
- Colah: Understanding LSTM Networks.
- Fundamentals of Deep Learning – Introduction to Recurrent Neural Networks
- An Introduction to Recurrent Neural Networks for Beginners 只用Numpy实现
- Godbout: Recurrent Neural Networks for Beginners PDF
- 一步一步,看图理解长短期记忆网络与门控循环网络
LSTM 实战
- Time Series Forecasting with the Long Short-Term Memory Network in Python
- 7 methods to perform Time Series forecasting (with Python codes)
- 通过机器学习的线性回归算法预测股票走势(用Python实现)
- 数苗铺子:基于长短期记忆神经网络(Lstm)的道琼斯指数预测
- 基于 Keras 用 LSTM 网络做时间序列预测
视频
书籍
- 李永华,曲宗峰,李红伟. AI源码解读:循环神经网络(RNN)深度学习案例(Python版)[M]. 北京:清华大学出版社,2021.
- Python深度学习[M]. 北京:清华大学出版社,2021.
- Brownlee, J. Deep Learning for Time Series Forecasting: Predict the Future with MLPs, CNNs and LSTMs in Python[M]. 2018
Transformer模型
智能优化算法
遗传算法、蚁群算法、群体算法、神经网络等
-
[PRML]Pattern Recognition and Machine Learning_[Bishop2006]
-
模式识别与智能计算—MATLAB技术实现(第4版)_[杨淑莹2019]
-
智能优化算法与涌现计算_[李士勇2019]
-
智能优化算法及其MATLAB实例(第2版)
-
MATLAB智能算法30个案例分析(第2版)
-
许国根,贾瑛,韩启龙. 模式识别与智能计算的MATLAB实现(第2版)[M]. 北京:北京航空航天大学出版社,2017.
本文来自博客园,作者:hzworld,转载请注明原文链接:https://www.cnblogs.com/ourweiguan/p/15562638.html