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

7 views (last 30 days)
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?

Answers (1)

Raunak Gupta
Raunak Gupta on 12 Aug 2020
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 Comment
Abdelwahab Afifi
Abdelwahab Afifi on 23 Jun 2021
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

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Tags

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!