[深度学习论文笔记][Recurrent Neural Networks] Visualizing and Understanding Recurrent Networks

本文深入探讨了循环神经网络(RNN)的问题,如梯度消失和爆炸,并重点关注了解决这些问题的两种结构:长短期记忆网络(LSTM)和门控循环单元(GRU)。LSTM通过门控机制实现稳定的学习,允许信息长时间无损地回传。GRU则通过候选隐藏向量和门控机制进行平滑的更新。这些网络在深度学习和计算机视觉等领域有广泛应用。
摘要由CSDN通过智能技术生成
Karpathy, Andrej, Justin Johnson, and Li Fei-Fei. “Visualizing and understanding recurrent networks” arXiv preprint arXiv:1506.02078 (2015). (Citations: 79).


1 RNN

RNN has form


Where W varies between layers but is shared through time. ⃗ x is the input from the layer below.


It was observed that the back-propagation dynamics caused the gradients in an RNN to either vanish or explode.


2 LSTM

The exploding gradient concern can be alleviated with a heuristic of clipping the gradients, and LSTMs were designed to mitigate the vanishing gradient problem. In addition to a ⃗ LSTMs also maintain a memory vector ⃗ c . At each time step the hidden state vector h, LSTM can choose to read from, write to,
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值