Sir what is the difference between Artificial neural network and RBF based network????Why RBF network is more suitable for classification than Regular artificial neural network?????

Sir what is the difference between Artificial neural network and RBF based network????Why RBF network is more suitable for classification than Regular artificial neural network?????

 채택된 답변

Greg Heath
Greg Heath 2015년 2월 25일
편집: Greg Heath 2015년 2월 25일
BOTH are feedforward artificial neural networks.
MLP or MLPNN: Multilayer Perceptron NN uses S-shaped sigmoid functions in the hidden layers
EBF or EBFNN: Elliptical Basis Function NN uses elliptical Gaussian functions in the hidden layers
RBF is a special case of the EBF that uses spherical Gaussian functions in the hidden layers
ALL configurations can be UNIVERSAL APPROXIMATORS with only one hidden layer.
The best one to use for classification depends on the shape of the class boundaries.
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (2개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

2015년 2월 25일

답변:

2021년 6월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by