Mchristos / rbf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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


Languages

Language:Python 100.0%