How does newrb choose data center?

Hi, I am studying on RBFNN, and I have read about K-mean, OLS to determine the center. But when I use the function newrb, there this no need to determine how to choose the center. I want to know how does the function newrb choose data center, and how it works. Looking for your help! Thanks!

1 件のコメント

lc lc
lc lc 2018 年 1 月 24 日
I have been puzzled by this problem for a long time. Can we discuss the problem together? This is my email:pyl_cug@163.com. Thank you!

サインインしてコメントする。

 採用された回答

the cyclist
the cyclist 2017 年 3 月 14 日

0 投票

I don't have the Neural Net Toolbox, so I can't check this, but if you type
edit newrb
then you might be able to see the code that does the calculation. There is also often a citation to the literature in the comments at the top of the code.
Be careful not to accidentally make any changes to the file.

2 件のコメント

Xiaoran Li
Xiaoran Li 2017 年 3 月 14 日
編集済み: Xiaoran Li 2017 年 3 月 14 日
Thank you. I have tried to understand the code, but it is a little difficult for me. I will read the comments more carefully. Thank you so much!
Xiaoran Li
Xiaoran Li 2017 年 3 月 14 日
I have found that MATLAB choose center from the train data.Thanks!

サインインしてコメントする。

その他の回答 (1 件)

Greg Heath
Greg Heath 2017 年 3 月 15 日

0 投票

See my NEWSGROUP tutorials on NEWRB. Search with
Greg newrb
1. Forward Search: At the end of each epoch the input with the highest error is added as a Gaussian center.
I have also experimented with other strategies including
2. Backward Search: Start with all inputs as Gaussian centers. Then systematically remove the input with the lowest error rate.
3&4. Forward-Backward and Backward-Forward search
Hope this helps.
Thank you for formally accepting my answer
Greg

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

質問済み:

2017 年 3 月 14 日

コメント済み:

2018 年 1 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by