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!