GRNN/PNN vs RBF
Afficher commentaires plus anciens
Hello Greg,
why isn't there any function like newrb for GRNN/PNN? I mean function which add X neurons every itaration until MSE goal is reached. Maybe I miss something and it's not usefull. So far I split my dataset to different sizes and I test it for different values of spread, do you think it's a good idea?
I think I know how these networks work theoretically. There is one more layer in GRNN, where are two neurons (denominator summation unit and numerator summation unit). My question is, how adding these two neurons improve original RBF network? What is advantage of use GRNN against RBF network?
Réponses (2)
Greg Heath
le 22 Oct 2016
0 votes
I do not recall any significant difference between
NEWPNN, NEWGRNN & NEWRBE
They can ALL be replaced by the more flexible NEWRB.
See my NEWSGROUP tutorial on NEWRB
Hope this helps.
Thank you for formally accepting my answer
Greg
PS: searching on greg NEWRBE, greg NEWPNN and greg NEWGRNN may also bring up something useful
Greg Heath
le 29 Oct 2016
0 votes
NEWRB can be used for both REGRESSION and CLASSIFICATION (I have done both zillions of times).
I cannot think of any case where NEWRB cannot be used instead of FITNET or PATTERNNET. Obviously there are cases where it is not optimal or even much worse. However, that is not the point.
Hope this helps.
Thank you for formally accepting my answer
Greg
1 commentaire
EdWood
le 29 Oct 2016
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!