RBF Neural Networks with random selection of parameters

Version 1.0.0.0 (3.14 KB) by Alireza
RBF Neural Networks (center and distribution of activation functions are selected randomly)
1.8K Downloads
Updated 30 Aug 2015

View License

RBF Neural Networks (center and distribution of activation functions are selected randomly)
Parameter (K: Number of Kernels)
RBFNN have 5 parameters for optimization:
1- The weights between the hidden layer and the output layer.
2- The activation function.
3- The center of activation functions.
4- The distribution of activation functions.
5- The number of hidden neurons.
The weights between the hidden layer and the output layer are calculated by using Moore-Penrose generalized pseudo-inverse. This algorithm overcomes many issues in traditional gradient algorithms such as stopping criterion, learning rate, number of epochs and local minima. Due to its shorter training time and generalization ability, it is suitable for real-time applications.
The radial basis function selected is usually a Gaussian kernel for pattern recognition application.
Generally the center and distribution of activation functions should have characteristic similar to data. Here, the center and width of Gaussians are selected randomly.
Based on universal approximation theory center and distribution of activation functions are not deterministic if the numbers of hidden neurons being sufficient enough, one can say that the single hidden layer feed-forward network with sufficient number of hidden neurons can approximate any function to any arbitrary level of accuracy.

Cite As

Alireza (2024). RBF Neural Networks with random selection of parameters (https://www.mathworks.com/matlabcentral/fileexchange/52748-rbf-neural-networks-with-random-selection-of-parameters), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

dependency
dependency