MATLAB: How to train the neural network using RBF

rbftrain the network

Hi,
I am using Radial Basis Function for training the neural network.But during training using nntool, training option is disabled so i simulate the network.I want to know whether training is performed on RBF? If training not happends then how to test the data? Please help me to solve this problem…

Best Answer

If you are using newrb, there is no separation between the creation and training phases.
Therefore, once you create it, it trains itself, depending on the input parameters.
help newrb
doc newrb
Hope this helps.
Thank you for formally accepting my answer.
Greg