MATLAB: Code for regularization of RBF Neural Network

MATLABneural networks

How to generate a code in Matlab to regularize a Radial Basis Function Neural Network with 7 inputs, 1 hidden layer with 10 neurons and 1 output to predict a chaotic time series data. Neither I want to use nntool nor nftool.

Best Answer

Try NEWFF with RADBAS, PURELIN and MSEREG.
Hope this helps.
Greg