이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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://kr.mathworks.com/matlabcentral/fileexchange/184166-customized-bigru-layer-using-deep-learning-toolbox), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: TFCNN-BiGRU
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
