Using of NARX in the case a time series step is not constant and inconsistent from one sample to another.
Ältere Kommentare anzeigen
I have 200 samples,each sample has 4 Inputs constant except time(a,b,c,(t1,t2,t3))and 1 Output (variable according to the t1,t2 and t3).The(t1,t2 and t3)is not consistent for all samples i.e. for first sample(t1=1 day,t2=40 day,t3=180 day),Second sample(t1=5 day,t2=55 day,t3=195 day) and so on..... My question: Is Narx(dynamic neural network) benefit to solve my problem and if not what is a appropriate architecture of ANN that i should use.I note that i use Toolbox of Matlab not a programming code.
Akzeptierte Antwort
Weitere Antworten (2)
Greg Heath
am 14 Jun. 2014
[ 4 600 ] = size(input)
[ 1 600 ] = size(target)
help fitnet
doc fitnet
Abdulaziz
am 14 Jun. 2014
0 Stimmen
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!
