How to see confusion matrix , training curve and ROC plot in newrb MATLAB?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Md
el 23 de Oct. de 2013
Editada: Greg Heath
el 7 de Nov. de 2015
I am using classification using newrb function matlab (nntoolbox).When I train my network , it is showing training MSE vs no of neurons curve as output result. I want to see other results like confusion matrix , training curve and ROC plot in this function. I already got the result using patternnet but still can get all these results in newrb function. input dataset :70X186 target dataset : 2X186. If anybody has any idea , please let me know. Thanks a lot.
0 comentarios
Respuesta aceptada
Greg Heath
el 7 de Nov. de 2015
Editada: Greg Heath
el 7 de Nov. de 2015
1. NEWRB does not have
a. Designer weight initialization
b. Datadivision or validation stop options.
c. Non-equal RADBAS spreads
Therefore, it would probably be more productive to just use PATTERNNET with RADBAS hidden nodes.
However, it might be possible to somehow use NEWRB RADBAS functions in PATTERNET (e.g., for weight initialization).
Hope this gives you food for thought.
Greg
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Define Shallow Neural Network Architectures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!