Machine learning
门控循环单元 (GRU)
门控循环单元 (GRU) 是 Cho 及其同事于 2014 年推出的一种门控循环神经网络单元,它使用更新门和重置门来捕捉序列数据中的长期依赖关系,参数比 LSTM 少,性能与之相当。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Cho, K. et al. (2014). Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation. EMNLP. link ↗
- Chung, J., Gulcehre, C., Cho, K. & Bengio, Y. (2014). Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling. NIPS 2014 Deep Learning Workshop. arXiv:1412.3555 link ↗
如何引用本页
ScholarGate. (2026, June 1). Gated Recurrent Unit. ScholarGate. https://scholargate.app/zh/deep-learning/gru
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 side by side →