calculation of total parameters in neural network

Sir How to calculate total parameters for the RBF neural network.Input neurons = 40 Hidden neurons = 100 and output = 1

 Respuesta aceptada

Greg Heath
Greg Heath el 13 de Oct. de 2012

1 voto

1.Read the documentation. NEWRB doesn't work like any of the other nets.
help newrb
doc newrb
a. Notice that the goal is MSE (was SSE in previous versions). I recommend a nonzero goal. For example
goal = 0.01*mean(var(T'))
b. Ignore that trivial 3 point example
2. See the 3 RBF demos in the NN TBX
doc nnet
Neural Network Toolbox
Demos
Radial Basis Networks
3. Search the Newsgroup with
heath rbf
Hope this helps.
Greg
Thank you for formally accepting my answer.

Más respuestas (0)

Categorías

Más información sobre Downloads en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 11 de Oct. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by