Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 一本全面的教科书,对循环神经网络进行了学术论述,其中专门一节解释了 GRU 的结构和门控机制,用于管理信息流。
Dive into Deep Learning, Aston Zhang, Zachary C. Lipton, Mu Li, and Alex Smola, 2024 (Cambridge University Press) - 一本交互式在线教材,提供了清晰易懂的 GRU 解释,包括隐藏状态计算的数学公式,通常辅以代码示例。