Machine learning
长短期记忆网络
长短期记忆网络(LSTM)是一种循环神经网络架构,由Sepp Hochreiter和Jürgen Schmidhuber于1997年提出,能够学习序列数据中的长期依赖关系,并广泛用于时间序列和序列预测。它维护一个内部记忆,使信息能够跨越多个时间步保持不变。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
+2 more
来源
- Hochreiter, S. & Schmidhuber, J. (1997). Long Short-Term Memory. Neural Computation, 9(8), 1735–1780. DOI: 10.1162/neco.1997.9.8.1735 ↗
如何引用本页
ScholarGate. (2026, June 1). Long Short-Term Memory Network. ScholarGate. https://scholargate.app/zh/deep-learning/lstm
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 自编码器深度学习↔ compare
- 卷积神经网络(分类)深度学习↔ compare
- 随机森林机器学习↔ compare
- Transformer (NLP)深度学习↔ compare
- XGBoost机器学习↔ compare