Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neural plausibility networks #79

Open
MartinuzziFrancesco opened this issue Feb 19, 2025 · 2 comments
Open

Neural plausibility networks #79

MartinuzziFrancesco opened this issue Feb 19, 2025 · 2 comments
Labels
cell A new recurrent cell found in the literature

Comments

@MartinuzziFrancesco
Copy link
Owner

https://cdn.aaai.org/AAAI/1999/AAAI99-014.pdf

@MartinuzziFrancesco MartinuzziFrancesco added the cell A new recurrent cell found in the literature label Feb 19, 2025
@MartinuzziFrancesco
Copy link
Owner Author

$$\begin{aligned} \mathbf{L}_n(t) &= f \left( \mathbf{W} \mathbf{L}_{n-1}(t) + \mathbf{W}_c \mathbf{C}_n(t) \right) \\\ \mathbf{C}_n(t) &= (1 - \boldsymbol{\varphi}_n) \mathbf{L}_n(t-1) + \boldsymbol{\varphi}_n \mathbf{C}_n(t-1) \end{aligned}$$

@MartinuzziFrancesco
Copy link
Owner Author

Or is it Recurrent Plausibility Network?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cell A new recurrent cell found in the literature
Projects
None yet
Development

No branches or pull requests

1 participant