Multi-Step Prediction using neural networks (ntstool)
Ältere Kommentare anzeigen
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
1 Kommentar
Karodine Chreng
am 29 Sep. 2020
Ai2 = mat2cell([zeros(H,d); Ai2],[H 1],ones(1,d));
H=10, d =4;
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!