调皮小懒猪

文章
3
资源
0
加入时间
2年10月21天

《Show, Attend and Tell: Neural Image Caption Generation with Visual Attention》阅读笔记

这篇论文提出了Attention机制对于Encoder-Decoder进行改进。在Encoder-Decoder结构中,Encoder将输入序列编码为hnhnh_{n}。这样做的一个潜在问题是,如果原始序列中包含的许多信息,而hnhnh_{n} 的长度又是一定的,那么hnhnh_{n} 就存不下我们所需的所有信息。 利用Attention机制,Decoder可以在输入序列中选取需要的特征,提高了...