I am trying to replace the objective function of neural network to customised one
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to estimate the parameters using nueral networks with multiple layres for this equation; y = x1*x2*(alpha1) + x3*(alpha2), where x1, x2 and x3 are the inputs and y is the output. The neural network architecture is as follow, three inputs (x1,x2,x3) and two outputs (alpha1,alpha2) with multiple hidden layers. The objetive function will be as follow: e = [y - (x1*x2*(alpha1) + x3*(alpha2))], however, I can't change the perform.Fnc in matlab to customized one. I get the following error [performFcn" must be '' or the name of a network performance function], How can I solve this problem ? How can I use the estimated outputs from the NN as parameters inside the objective function? How to change the net.perform.Fcn from built-in ones to the one that I created ?
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!