ANN using Radial basic function

I am using newrb(input,output) to train my network. It gives me an output saying neurons = 0; MSE = 210.218. Does it mean that the number of neurons in the hidden layer is 0. How can I increase the number of neurons.
What should I need to do to reduce the MSE.

回答 (2 件)

Malathy
Malathy 2012 年 2 月 29 日

0 投票

newrb(P,T,goal,spread,MN,DF) takes two of these arguments,
P - input vectors, T - target output, goal - Mean squared error goal (default = 0.0) spread - Spread of radial basis functions (default = 1.0)MN - Maximum number of neurons (default is Q)
But I still do not know how to reduce the MSE
Malathy
Malathy 2012 年 2 月 29 日

0 投票

By varying the MN and DF parameters the MSE is reduced

カテゴリ

ヘルプ センター および File ExchangeNeural Simulation についてさらに検索

タグ

質問済み:

2012 年 2 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by