setting epochs of forwardfeednet
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Abdulaziz Almershed
 il 1 Dic 2020
  
    
    
    
    
    Risposto: Shubham Khatri
    
 il 7 Dic 2020
            Greetings, 
how can i change the options of 'feedforwardnet' when using 'train' to train it?
0 Commenti
Risposta accettata
  Shubham Khatri
    
 il 7 Dic 2020
        Hello,
Use the syntax below to customize options for your feedforward neural network.
net=feedforwardnet(size,trainFcn);
The syntax above generates a feedforward neural network and stores it into net. THe number of hidden laters are "size". "TrainFcn" is the performance function for feedforwardnetwork. 
Also , please take a look at the following answer
To get more information about feedforwardnet click link
0 Commenti
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!