Skip to content

Simple gated unit (SGUCell) and Deep simple gated unit (DSGUCell) #39

@MartinuzziFrancesco

Description

@MartinuzziFrancesco

Paper

https://proceedings.mlr.press/v63/gao30.pdf

Equations

$$\begin{align} x_g &= W_{xh} x_t + b_g \\\ z_g &= \sigma_1\!\left(W_{zzh}\left(x_g \cdot h(t-1)\right)\right) \\\ z_{\text{out}} &= \sigma_2\!\left(z_g \cdot h(t-1)\right) \\\ z_t &= \sigma_3\!\left(W_{xz} x_t + b_z + W_{hz} h(t-1)\right) \\\ h(t) &= \left(1 - z_t\right) h(t-1) + z_t \cdot z_{\text{out}} \end{align}$$ $$\begin{align} x_g &= W_{xh} x_t + b_g \\\ z_g &= \sigma_1\!\left(W_{zxh}\left(x_g \cdot h(t-1)\right)\right) \\\ z_{\text{out}} &= \sigma_2\!\left(W_{go}\left(z_g \cdot h(t-1)\right)\right) \\\ z_t &= \sigma_3\!\left(W_{xz} x_t + b_z + W_{hz} h(t-1)\right) \\\ h(t) &= \left(1 - z_t\right) h(t-1) + z_t \cdot z_{\text{out}} \end{align}$$

Official implementation

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    cellSingle novel unit of temporal computation found in the literature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions