how can i create patternnet using radial basis function

i'm doing project on neural network but i'm not able to get confusion matrix using rb,rbe or pnn

 Accepted Answer

Unfortunately, MATLAB doesn't care that newpnn, newrb, and newrbe have been neglected stepchildren since they were born.
I've forgotten details. However, check
help plotconfusion
doc plotconfusion
and the other plots used with patternnet to see if they can be used with
newrb (I don't see why you would use newrbe or newpnn if you can use newrb).
You may also want to consider using radbas with patternnet. However, instead of spherical Gaussians, you will get the more general elliptical Gaussians (because the training is more general).
I have several posts on newrb (probably newrbe and newpnn as well). The bestway to search would be
greg newrb
etc.
Hope this helps.
Greg
Thank you for formally accepting my answer

More Answers (0)

Asked:

on 12 Jun 2016

Answered:

on 13 Jun 2016

Community Treasure Hunt

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

Start Hunting!