How to properly train the neural network type RBF?

1 回表示 (過去 30 日間)
Veronika
Veronika 2015 年 2 月 16 日
回答済み: Greg Heath 2015 年 2 月 16 日
Dear all,
I have this code:
P = c{1,:};
T = c{2,:};
net = newrb(P,T,0,3);
Comand Window returns this: NEWRB, neurons = 0, MSE = 0
Is this correct or there is mistake?
Thank you for your answers.

採用された回答

Greg Heath
Greg Heath 2015 年 2 月 16 日
A mistake.
1. See the documentation
help newrb
doc newrb
2. See my previous posts. Search the NEWSGROUP and ANSWERS using
greg newrb
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by