Is there any RBF neural network function available for classification problem?

Asked by Moore betty on 16 May 2012
Latest activity Answered by Greg Heath on 21 May 2012

Hi,

As far as I know, the neural network pattern recognition tool does not supply the radial basis network algorithm. Is there any RBF neural network function available in Matlab for classification problem?

Many thanks!

Betty

0 Comments

Moore betty

Products

No products are associated with this question.

4 Answers

Answer by Greg Heath on 16 May 2012
Accepted answer

help newrb

doc newrb

Search the newsgroup using

heath newrb

Hope this helps.

Greg

1 Comment

Moore betty on 17 May 2012

Thanks for your help.
As for function newrb, it seems that it is used only for approximating a function in Matlab , do you know if the newrb function could be used to classify a dataset? Since I am new to neural network, hope you could give me some suggestions. Many thanks!
Betty

Greg Heath
Answer by Richard on 16 May 2012

Hi - I think the free Netlab toolbox has code for radial basis function networks: http://www1.aston.ac.uk/eas/research/groups/ncrg/resources/netlab/

1 Comment

Moore betty on 17 May 2012

Thanks for your information!

I have download the toolbox, it has many useful codes though I still cannot find how to use rbf network for classification.

Thank you all the same!!

Best Regards
Betty

Richard
Answer by Greg Heath on 17 May 2012

108 results for

heath newrb classification

Hope this elps.

Greg

1 Comment

Moore betty on 20 May 2012

Hi, thanks for your help!

I have searched for your answer, I still have a question that PCTerrval (the validation data missclassification error rate) you mentioned as performance goal for classification, cannot be found in Matlab. Does that mean I have coding this part in function newrb by myself?

Hope for your reply!
Many thanks!

Greg Heath
Answer by Greg Heath on 21 May 2012

Yes.

1. Divide the data

2. Normalize or standardize the training set

3. Use the training set statistics (min/max or mean/std) to normalize the trn and val sets.

4. NEWRB does not consider val or tst data. Training stops when either Hmax or MSEtrngoal is reached. I typically use Hmax <= (Ntrn-1)*O/(I+O+1) and MSEtrngoal ~ 0.01*mean(var(t'))

5. Train multiple designs with different values of spread

6. Record the trn/val/tst MSEs and PCTerrs.

7. Choose the design with the best nontraining performance

8. Searching with heath newrb close clear should yield code examples.

Hope this helps.

Greg

0 Comments

Greg Heath

Contact us