perform function for neural network
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
nadia
am 20 Jan. 2016
Beantwortet: Greg Heath
am 20 Jan. 2016
Hi, I have a question about perform function in matlab. I do not know that this function shows error rate or accuracy rate for example if the output of it is 0.78 what does it mean the error is 78 percent or the accuracy on test data is 78 percent? please help me.
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 20 Jan. 2016
Insufficient information.
The performance functions associated with trainlm (default for fitnet), trainscg (default for patternnet) and trainbr are different.
Net parameters can be obtained from the command
net = net
Which are you using?
Posted code will help the diagnosis.
Hope this helps.
*Thank you for formally accepting my answer. *
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!