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?????

5 views (last 30 days)
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?????

Accepted Answer

Greg Heath
Greg Heath on 25 Feb 2015
Edited: Greg Heath on 25 Feb 2015
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

More Answers (2)

faisal khan
faisal khan on 8 Jun 2021
What is the limitation of artificial neutral network?

faisal khan
faisal khan on 8 Jun 2021
What is the radial basis function neural network (RBF NN)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!