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

 채택된 답변

Greg Heath
Greg Heath 2016년 6월 13일
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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Matrix Indexing에 대해 자세히 알아보기

질문:

2016년 6월 12일

답변:

2016년 6월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by