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

Adding Simple Recurrent Unit as a recurrent layer #2408

Closed
Jafagervik opened this issue Mar 23, 2024 · 1 comment
Closed

Adding Simple Recurrent Unit as a recurrent layer #2408

Jafagervik opened this issue Mar 23, 2024 · 1 comment

Comments

@Jafagervik
Copy link

Jafagervik commented Mar 23, 2024

Motivation and description

The recurrent.jl file already has implementations for RNN, LSTM and GRU layer, and I'm starting to work on implementing my own SRU to use in Julia as well. Its based on this paper. I thought this could be of general usage as well

Possible Implementation

I don't have any code yet so far for it, so heres the attached pseudocode for a single layer:

1711203661

@CarloLucibello
Copy link
Member

This repo https://github.com/MartinuzziFrancesco/RecurrentLayers.jl
has a good collection on less common recurrent layers. You could contribute the layer there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants