/rbf

A first-principles implementation of radial basis function (RBF)

Primary LanguagePython

Radial Basis Function (RBF)

A first-principles implementation of a radial basis function network.

  • Regularisation
  • Automatically compute centers using KMeans clustering

Inspired by scikit-learn: each class implements the sklearn api (e.g fit(), predict(), score() etc).