How to build Time delay Neural network using deep learning layers?

조회 수: 7 (최근 30일)
Abdelwahab Afifi
Abdelwahab Afifi 2020년 7월 22일
댓글: Abdelwahab Afifi 2021년 6월 23일
I have built this architecture using shallow Time-Delay Neural Networks.
where X and Y are the inputs which are time series vector of real values,
Xo and yo are the predicted output.
But now, I wanna build it using Deep learning layers.
How can I do so?

답변 (1개)

Raunak Gupta
Raunak Gupta 2020년 8월 12일
Hi Abdelwahab,
You can find lstmLayer useful for implementing above but need to figure out the proper formulation of problem statement. If you find similarity between the use case mentioned here and your’s, then you can go ahead and formulate according to the example.
  댓글 수: 1
Abdelwahab Afifi
Abdelwahab Afifi 2021년 6월 23일
I wanna use the layers in the following link to build the model
https://www.mathworks.com/help/deeplearning/deep-learning-with-time-series-sequences-and-text.html
then and train it using adam optimizer

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by