How to useParallel in system identification?
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Lucas Ferreira-Correia
 am 15 Aug. 2019
  
    
    
    
    
    Beantwortet: Rajiv Singh
    
 am 16 Aug. 2019
            Is there a way to use 'useParallel' on the nlarx function in the system identification, like with the train function in the deep learning toolbox? I'm using neuralnet as the nonlinearity. Here's the training section of my script:
%% Training
na = 3;
nb = [3 1 1];
nk = [0 0 0];
net = feedforwardnet(10);
net.trainParam.epochs = 5000;
nonlinearity = neuralnet(net);
sys = nlarx(zt, [na nb nk], nonlinearity);
Any help is greatly appreciated!
0 Kommentare
Akzeptierte Antwort
  Rajiv Singh
    
 am 16 Aug. 2019
        Currently there is no way to parallelize model estimation in System Identification Toolbox.
0 Kommentare
Weitere Antworten (0)
Siehe auch
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!

