MATLAB: How to train RBF in neural network

adaptiveneural networkrbf

I want to know Radial Basis function in neural network is adaptive or not?Suppose i have some trained data and is it possible to add train data to it .Or need to train whole data ?

Best Answer

Unfortunately, newrb does not allow you to specify initial configurations.
If your initial data set is huge. You may just want to add the old hidden node centers to the new data and train a new network.
Otherwise, combine the data sets and start anew.
Hope this helps.
Thank you for formally accepting my answer
Greg
P.S. Or, you could modify the source code to accept an initial configuration and send me a copy (;>)