how to show performance of RBF neural network?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Abdulaziz Abutunis
am 6 Nov. 2015
Beantwortet: Greg Heath
am 7 Nov. 2015
I am using Radial Basis Function neural network (newrbe command)to interpolate some data; however, this command (newrbe ) does not show any performance evaluation of the used network. Please does anyone know how to see that performance similar to that when using the toolbox.
Thanks in advance, Aziz
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 7 Nov. 2015
It cannot be done because NEWRBE is created with all training vectors. It does not learn.
You can try NEWRB which learns by sequentially adding the worst performing input to the hidden layer. However, the available graphics are sparse.
An alternative is to use FITNET or PATTERNNET with RADBAS hidden nodes.
I have not thought about somehow combining the last two methods.
Hope this helps.
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
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!