rbf neural network matlab source code
Yvette Runolfsson
—
ation) for each RBF based on the centers. % Calculate the spread (sigma) dists = pdist2(centers, centers); sigma = mean(dists(:)) / sqrt(2 num_centers); Step 4: Constructing the RBF Layer Compute the activation of each RBF neuron for training data. %