How to create GRU RNN in MATLAB
12 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Divya Yerraguntla
2019 年 8 月 6 日
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 件のコメント
Su Pyae Sone
2019 年 10 月 22 日
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.
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!