Skip to content

Piecewise-linear recurrent neural network (PLRNN) #166

Description

@MartinuzziFrancesco

Paper

https://doi.org/10.1371/journal.pcbi.1007263

Equations

$$\begin{aligned} \mathbf{h}(t) &= \mathbf{A}\,\mathbf{h}(t-1) + \mathbf{W}\,\phi\!\big(\mathbf{h}(t-1)\big) + \mathbf{C}\,\mathbf{x}(t) + \mathbf{b} + \boldsymbol{\epsilon}(t), \\\ \boldsymbol{\epsilon}(t) &\sim \mathcal{N}\!\big(\mathbf{0},\,\boldsymbol{\Sigma}\big). \end{aligned}$$

Official implementation

https://github.com/DurstewitzLab/PLRNN_SSM

Metadata

Metadata

Assignees

No one assigned

    Labels

    cellA new recurrent cell found in the literaturegood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions