Configuring a NARX network's inputs and outputs
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Maksym Zawrotny
 il 17 Ott 2018
  
    
    
    
    
    Risposto: Maksym Zawrotny
 il 18 Ott 2018
            Hello!
I have created basic NARX NN by:
 net1 = narxnet(0, 1, 5, 'open', 'trainbr');
I checked it with view(net1) and I got 0 inputs and 0 outputs network. I tried to configurate network by:
 net1 = configure(net1, learnWysterowanie, learnMocMlyna);
where: learnWysterowanie is 217x1 column vector with input data and learnMocMlyna is 217x1 column vector containing target data.
Method doesnt work - I get this error:
 The numbers of input signals and networks inputs do not match.
Do anyone has an idea what I am doing bad so I cannot configurate my ANN?
Thank you!
2 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!