You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: