Description
Radial basis function are a simple, fast method for universal function approximation / regression. The idea is to find a mapping X->y where X and y are continuous real variables. The mapping is linear over features of X: y=rbfWeight*features(X). The features are of the form:
f_j(x) = exp(-||x-mu_j||_2^2 / 2 sig_j^2 ).
Reviews
There are no reviews yet.