What is a Radial Basis Function?
How does a Radial Basis Function work?
The Gaussian variation of the Radial Basis Function, often applied in Radial Basis Function Networks, is a popular alternative. The formula for a Gaussian with a one-dimensional input is:
The Gaussian function can be plotted out with various values for Beta:
Applications of the Radial Basis Function
Radial basis functions make up the core of the Radial Basis Function Network, or RBFN. This particular type of neural network is useful in cases where data may need to be classified in a non-linear way. RBFNs work by incorporating the Radial basis function as a neuron and using it as a way of comparing input data to training data. An input vector is processed by multiple Radial basis function neurons, with varying weights, and the sum total of the neurons produce a value of similarity. If input vectors match the training data, they will have a high similarity value. Alternatively, if they do not match the training data, they will not be assigned a high similarity value. Comparing similarity values with different classifications of data allows for non-linear classification.