Customized BiGRU Layer using Deep Learning Toolbox

BiGRU layer constructed based on Deep Learning Toolbox.

您现在正在关注此提交

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.

引用格式

Chuguang Pan (2026). Customized BiGRU Layer using Deep Learning Toolbox (https://ww2.mathworks.cn/matlabcentral/fileexchange/184166-customized-bigru-layer-using-deep-learning-toolbox), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: TFCNN-BiGRU

一般信息

MATLAB 版本兼容性

  • 兼容 R2025a 到 R2026b 的版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0