RBF Neural Networks with random selection of parameters

버전 1.0.0.0 (3.14 KB) 작성자: Alireza
RBF Neural Networks (center and distribution of activation functions are selected randomly)
다운로드 수: 1.8K
업데이트 날짜: 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