Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
Chuguang Pan (2026). Customized BiGRU Layer using Deep Learning Toolbox (https://es.mathworks.com/matlabcentral/fileexchange/184166-customized-bigru-layer-using-deep-learning-toolbox), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: TFCNN-BiGRU
Información general
- Versión 1.0.0 (35,6 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión desde R2025a hasta R2026b
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0 |
