NEURAL NETWORKS GRBF

3 views (last 30 days)
ILYES
ILYES on 20 Aug 2013
Please answer me
HOW TO PROGRAM A fontion OF GUESSIENNE RADIAL BASIS FUNCTION NEURAL NETWORKS

Accepted Answer

Greg Heath
Greg Heath on 21 Aug 2013
Edited: Greg Heath on 22 Aug 2013
Command line
help/doc newrb
Search NEWSGROUP and ANSWERS
newrb
Search NEWSGROUP and ANSWERS
rbf
Typically, I
1. Standardize the inputs (zero-mean/unit-variance)
2. Standardize regression targets
3. Use unit vector targets for classification
4. Use the MSEgoal = 0.01*mean(var(target',1))
5. Accept defaults for the other inputs
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (1)

ILYES
ILYES on 20 Aug 2013
Please answer me
  2 Comments
Image Analyst
Image Analyst on 20 Aug 2013
If you need immediate help you can call the Mathworks, otherwise you'll have to wait until one of the volunteers who knows neural networks (such as Greg or Wayne) logs in and notices your posting.
ILYES
ILYES on 20 Aug 2013
Thank you very much

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!