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.58%
Text-To-Speech Synthesis 15 9.49%
Sentence 9 5.70%
General Classification 6 3.80%
Voice Cloning 5 3.16%
Classification 5 3.16%
Voice Conversion 4 2.53%
Speech Recognition 4 2.53%
Sentiment Analysis 3 1.90%

Components


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

Categories