Radial Basis Functions (RBFs) are a family of functions whose values depend solely on the distance between input points. This distance is often measured from a central point, known as the center (denoted ). When dealing with vectors, the notation represents the norm or magnitude of the vector , which in Euclidean space is the square root of the sum of squares of its components. Mathematically, for , the Euclidean norm is . This is what symbolizes: the “size” or “length” of the vector, which gives RBFs their radial, distance-based nature.
Explanation of RBFs
An RBF takes the form , where:
- is an input point in space.
- is a center point for the RBF.
- is the distance between and , often Euclidean.
The RBF function itself might be a Gaussian function, like , where represents distance. This RBF will have its highest value when is at (i.e., when ), and it diminishes as moves away from , resembling a bell-shaped curve.