Instance Based Learning

Radial Basis Function Networks

RBF Network
  1. The number $k$ of hidden units is determined and each unit $u$ is defined by choosing the values of $x_u$ and $\sigma_u^2$ that define its kernel function $K_u(d(x_u,x))$ (e.g., with EM).
  2. The weights $w_u$ are trained to maximize the fit of the network to the data using the global squared error criterion.

José M. Vidal .

12 of 18