A comprehensive collection of 25+ recurrent neural network layers for Lux.jl

lstm lstm-neural-networks recurrent-networks recurrent-neural-networks rnn rnn-model rnns
3 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement an option to toggle specific biases (recurrent, normal, etc.) in recurrent neural network cells within the LuxRecurrentLayers.jl Julia package. This involves adding boolean flags to control the inclusion of each bias type, mirroring a similar feature in another project.

Complexity: 3/5
enhancement good first issue

A comprehensive collection of 25+ recurrent neural network layers for Lux.jl

Julia
#lstm#lstm-neural-networks#recurrent-networks#recurrent-neural-networks#rnn#rnn-model#rnns
Update gate RNN (`UGRNN`) about 1 month ago

AI Summary: Implement an Update Gate RNN (UGRNN) layer in Julia, based on the provided equations, for the LuxRecurrentLayers.jl library. This involves creating a new recurrent neural network cell type that adheres to the Lux.jl framework and accurately reflects the UGRNN's mathematical definition.

Complexity: 4/5
good first issue cell

A comprehensive collection of 25+ recurrent neural network layers for Lux.jl

Julia
#lstm#lstm-neural-networks#recurrent-networks#recurrent-neural-networks#rnn#rnn-model#rnns
Original LSTM Cell about 2 months ago

AI Summary: Implement an original LSTM cell in the LuxRecurrentLayers.jl Julia package, mirroring a similar implementation in the RecurrentLayers.jl package. This involves creating a new recurrent neural network layer that adheres to the Lux.jl framework and its conventions.

Complexity: 4/5
good first issue cell

A comprehensive collection of 25+ recurrent neural network layers for Lux.jl

Julia
#lstm#lstm-neural-networks#recurrent-networks#recurrent-neural-networks#rnn#rnn-model#rnns