How does newrb choose data center?
Ältere Kommentare anzeigen
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 Kommentar
lc lc
am 24 Jan. 2018
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!
Akzeptierte Antwort
Weitere Antworten (1)
Greg Heath
am 15 Mär. 2017
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
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!