You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The Bidirectional Gated Recurrent Unit (BiGRU) layer consists of two independent GRU branches that process the same input sequence in forward and reverse orders. The forward GRU captures historical temporal information from past time steps, while the backward GRU extracts future contextual dependencies.
Benefiting from the reset gate and update gate inside GRU cells, BiGRU effectively mitigates the vanishing gradient problem of vanilla RNNs with fewer parameters than BiLSTM, balancing modeling capacity and training speed. This layer is widely used to extract bidirectional long-range dependencies for natural language understanding, time-series fault diagnosis and signal sequence modeling.
Cite As
Chuguang Pan (2026). Customized BiGRU Layer using Deep Learning Toolbox (https://se.mathworks.com/matlabcentral/fileexchange/184166-customized-bigru-layer-using-deep-learning-toolbox), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: TFCNN-BiGRU
General Information
- Version 1.0.0 (35.6 KB)
MATLAB Release Compatibility
- Compatible with R2025a to R2026b
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
