GRU是什么?GRU对LSTM做了哪些改动?
What is a GRU, and what changes does it make compared to an LSTM?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
分类: Deep Learning
标签: GRU, LSTM, Gates
参考答案摘要
答案 GRU是Gated Recurrent Units,是循环神经网络的一种。GRU只有两个门(update和reset),LSTM有三个门(forget,input,output),GRU直接将hidden state 传给下一个单元,而LSTM用memory cell把hidden state 包装起来。
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。