Skip to content

Kronecker Recurrent Unit (KRUCell) #128

Description

@MartinuzziFrancesco

Paper

https://arxiv.org/abs/1705.10142

Equations

Replaces the recurrent matrix with a parametrization using the Kronecker product

$$\begin{equation} \mathbf{W} = \mathbf{W}_0 \otimes \cdots \otimes \mathbf{W}_{F-1} = \bigotimes_{f=0}^{F-1} \mathbf{W}_f. \end{equation}$$

Official implementation

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    cellA new recurrent cell found in the literature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions