現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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://jp.mathworks.com/matlabcentral/fileexchange/184166-customized-bigru-layer-using-deep-learning-toolbox), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: TFCNN-BiGRU
一般的な情報
- バージョン 1.0.0 (35.6 KB)
MATLAB リリースの互換性
- R2025a 以降 R2026b 以前と互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0 |
