A collection of 25+ PyTorch-compatible implementations of recurrent layers

gated-neural-network gated-recurrent-units gru long-short-term-memory lstm pytorch recurrent-networks recurrent-neural-network recurrent-neural-networks rnn rnn-pytorch
3 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub
Update gate RNN (`UGRNN`) about 1 month ago

AI Summary: Implement a new recurrent neural network layer, UGRNN, based on the provided equations and research paper. The implementation should be compatible with PyTorch and integrate seamlessly with the existing `torchrecurrent` library.

Complexity: 4/5
good first issue cell

A collection of 25+ PyTorch-compatible implementations of recurrent layers

Python
#gated-neural-network#gated-recurrent-units#gru#long-short-term-memory#lstm#pytorch#recurrent-networks#recurrent-neural-network#recurrent-neural-networks#rnn#rnn-pytorch

AI Summary: Rename the `activation_fn` keyword argument to `nonlinearity` in the `torchrecurrent` library's recurrent cell implementations to align with PyTorch's naming conventions. This involves modifying multiple files to update the argument name and potentially handling any downstream effects of the change.

Complexity: 3/5
good first issue

A collection of 25+ PyTorch-compatible implementations of recurrent layers

Python
#gated-neural-network#gated-recurrent-units#gru#long-short-term-memory#lstm#pytorch#recurrent-networks#recurrent-neural-network#recurrent-neural-networks#rnn#rnn-pytorch

AI Summary: Add individual bias toggles (e.g., `recurrent_bias`, `normal_bias`) to each recurrent layer implementation within the `torchrecurrent` project, allowing users to selectively enable or disable specific bias terms instead of controlling all biases with a single flag.

Complexity: 4/5
enhancement good first issue

A collection of 25+ PyTorch-compatible implementations of recurrent layers

Python
#gated-neural-network#gated-recurrent-units#gru#long-short-term-memory#lstm#pytorch#recurrent-networks#recurrent-neural-network#recurrent-neural-networks#rnn#rnn-pytorch