RBF Neural Networks with random selection of parameters

版本 1.0.0.0 (3.1 KB) 作者: Alireza
RBF Neural Networks (center and distribution of activation functions are selected randomly)
1.9K 次下载
更新时间 2015/8/30

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

dependency
dependency