Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 408 Bytes

Radial-Basis-Functions-RBF-

MATLAB implementations of different learning methods for Radial Basis Functions (RBF)

Dataset Used: MNIST (http://yann.lecun.com/exdb/mnist/)

Learning Methods:

  1. KMeans Centres + Least Mean Squares (LMS) for Weights
  2. KMeans Centres + Least Squares (LS) for Weights
  3. Random Centres + Least Mean Squares (LMS) for Weights
  4. Random Centres + Least Squares (LS) for Weights