常见RNN及其架构

本文深入探讨了RNN的不同架构,包括CSRN(Cellular Simultaneous Recurrent Network),通过结合CNN的权重共享和SRN的序列处理能力,解决迷宫问题。此外,还介绍了LSTM和GRU,GRU作为LSTM的简化版,在许多任务中表现相当,具有更少的参数和训练优势。
摘要由CSDN通过智能技术生成

一.CSRN(The CSRN is a combination of a simultaneous recurrent
network (SRN) and a cellular network (CNN) )

The CNN, on the other hand consists of identical elements
arranged in some geometric pattern [8]. Each element can
either be a single neuron or an entire network in itself. The
symmetry of this structure allows weight sharing between
different elements. This can significantly decrease the number
of weights, as well as the time needed to train the network.
The symmetry of CNNs can also be useful in solving problems
that contain a similar type of inherent geometry. The
composition of a CNN is shown in Fig. 2.



By making each CNN cell an SRN network, we can
combine the two and obtain a cellular simultaneous recurrent
network (CSRN). Fig. 3 exhibits the CSRN architecture as
applied to the maze problem. Here the geometry of the maze is
reflected in the CSRN where each maze cell is a represented by
a SRN (grey box). This way the input pattern of the maze can
be fed directly to the network. The SRNs are combined into a
CNN structure, and their outputs are brought together to
produce an overall network output.


  • 12
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值