Bidirectional Recurrent Neural Networks

Bidirectional GRU

A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward direction, and the other in a backwards direction. It is a bidirectional recurrent neural network with only the input and forget gates.

Image Source: Rana R (2016). Gated Recurrent Unit (GRU) for Emotion Classification from Noisy Speech.

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Speech Synthesis 42 26.75%
Text-To-Speech Synthesis 15 9.55%
Sentence 9 5.73%
General Classification 6 3.82%
Voice Cloning 5 3.18%
Classification 5 3.18%
Voice Conversion 4 2.55%
Speech Recognition 4 2.55%
Sentiment Analysis 3 1.91%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories