This document provides information about radial basis function (RBF) networks, including:
- RBF networks have three layers: an input layer, a single hidden RBF layer, and an output layer.
- The RBF layer calculates the distance between the input and each neuron's center point and passes it through a radial activation function.
- The output layer combines the activated outputs from the RBF layer using weights.
- Training an RBF network involves determining the center points, widths of the activation functions, and weights to minimize error between network outputs and targets.