The document summarizes radial basis function (RBF) networks. Key points:
- RBF networks use radial basis functions as activation functions and can universally approximate continuous functions.
- They are local approximators compared to multilayer perceptrons which are global approximators.
- Learning involves determining the centers, widths, and weights. Centers can be randomly selected or via clustering. Widths are usually different for each basis function. Weights are typically learned via least squares or gradient descent methods.