Multi-Step Prediction using neural networks (ntstool)

3 Ansichten (letzte 30 Tage)
WT
WT am 1 Mär. 2015
Kommentiert: Karodine Chreng am 29 Sep. 2020
May I know how can i change the following: Ai2 = mat2cell([zeros(10,2); Ai2],[10 1],ones(1,2));
if my delays are 4 and hidden layers are 10. My input data is 9X96 and target is 1X96
Thank You

Akzeptierte Antwort

Greg Heath
Greg Heath am 2 Mär. 2015
You have Ai2 on both sides of the equation.
Therefore, you will get an error when Ai2 is not defined previously.
Why don't you just create the matrix version ai2. Then
Ai2 = mat2cell(ai2)
or
Ai2 = {ai2}
Hope this helps.
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by