GRU模型结构分解 发表于 2019-06-26 | 更新于: 2019-06-26 | 分类于 NLP | | 阅读量: 次 Update Gateupdate gate 相当于lstm中的forget gate和input gate,用于决定哪些旧的信息该遗忘,哪些新的信息该记住。 Reset Gate用于决定应该忘记多少过去的信息。 Output Gate代码实现(略) 参考资料 Animated RNN, LSTM and GRU Illustrated Guide to LSTM’s and GRU’s: A step by step explanation An Empirical Exploration of Recurrent Network Architectures rnn-tutorial-gru-lstm