get neural network performance outputs

6 Ansichten (letzte 30 Tage)
behruz
behruz am 5 Okt. 2014
Kommentiert: Greg Heath am 17 Okt. 2014
Hi
I use matlab nnstart command to create and train MLP neural network and scripting them at final by its advanced script maker that have not any option for performance reporting is there any way to get neural network performance items such as ROC ,AUC , sensivity , specifity, percission of network by scripting? my goal is to automation all of process about network(creating, training , and reporting performance) thanks

Akzeptierte Antwort

behruz
behruz am 15 Okt. 2014
Hi Greg thanks again for your response my goal is to generate all above mentioned numbers automatically by script coding and save them into a output data set automatically is it possible?
it seems all above function introduced in your reply is graphical.

Weitere Antworten (1)

Greg Heath
Greg Heath am 8 Okt. 2014
The operations help, doc and type can be used to find details of any function.
If you type
net = patternnet %NO SEMICOLON!
you will find the plot functions
plotFcns: {'plotperform', plottrainstate, ploterrhist, plotconfusion, plotroc }
Most of what you want can be obtain from looking at the code of one or more of these functions. For example,
help plotconfusion
doc plotconfusion
type plotconfusion
reveals the additional functions confusion and roc
In addition, you can search both the NEWSGROUP and ANSWERS with these terms to view posts.
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 Kommentare
Greg Heath
Greg Heath am 10 Okt. 2014
I think all of that info is available from what I have written above.
Greg Heath
Greg Heath am 17 Okt. 2014
P.S. You accepted your own comment as the correct answer.
Please change

Melden Sie sich an, um zu kommentieren.

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!

Translated by