MATLAB: How to write a Code for regularization of RBF Neural Network

MATLABregularization of rbf neural network

Dear All,
Please advice with a code for regularization of RBF Neural Network ?. I've tried the newff with RADBAS, PURELIN and MSEREG., but it does not work. considing the input P, T
Appreciate your response

Best Answer

Writing your own code will not be easy. Why don't you search the net? Especially search comp.ai.neural-nets. I know there are references for good RBF codes there.
Why do you need an RBF?
Why do you need a regularized RBF?
Why not an MLP or regularized MLP?
Is this regression or classification?
How large are your input and target matrices?
Hope this helps.
Greg