how to show performance of RBF neural network?

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

 Respuesta aceptada

Greg Heath
Greg Heath el 7 de Nov. de 2015

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 6 de Nov. de 2015

Respondida:

el 7 de Nov. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by