How to create GRU RNN in MATLAB

6 vues (au cours des 30 derniers jours)
TRISHITA BANERJEE
TRISHITA BANERJEE le 25 Juil 2019
Commenté : Su Pyae Sone le 22 Oct 2019
I have an audio data file and corresponding data labels for it. I want to use a gated convolution layers.one hyperbolic tangent fnction is applied to output from regular filter and output from gates pass through a sigmoid function.A hadmard prduct is observed between the final output of the layer.

Réponses (1)

Divya Yerraguntla
Divya Yerraguntla le 6 Août 2019
Hi,
You could implement RNN with Gated Recurrent Unit (GRU) by using either LSTM or bi-LSTM layers. Also have a look at this link https://www.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html to implement GRU using a custom layer.
  1 commentaire
Su Pyae Sone
Su Pyae Sone le 22 Oct 2019
Hello,
May I know detail implementation structure of GRU using LSTM layer ? Or can you please share any other information how to use LSTM layer for GRU in MATLAB ? Thank you.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Recognition, Object Detection, and Semantic Segmentation dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by