MATLAB implementations of different learning methods for Radial Basis Functions (RBF)
Dataset Used: MNIST (http://yann.lecun.com/exdb/mnist/)
Learning Methods:
- KMeans Centres + Least Mean Squares (LMS) for Weights
- KMeans Centres + Least Squares (LS) for Weights
- Random Centres + Least Mean Squares (LMS) for Weights
- Random Centres + Least Squares (LS) for Weights