RBF ,LVQ in NN
Show older comments
I made a NN of MLP, which was developed using nprtool of MATLAB.I have the generated matlab code with me, now. it classifies 4 classes.
Now Ii want to implement NN for other types -RBF ,LVQ . what are the changes required?
Answers (2)
Yogini Prabhu
on 16 Mar 2021
0 votes
Pratyush Roy
on 29 Mar 2021
0 votes
Hi Yogini,
A RBF neural network consists of a radial basis layer followed by a linear layer. You can assign the "radbas" transfer function to the first hidden layer of the MLP to convert it to a RBF neural network.
Similarly, a LVQ neural network consists of a competitive layer followed by a linear layer. Assigning the "compet" transfer function to the first hidden layer of the MLP converts it to a LVQ neural network.
Hope this helps!
1 Comment
Yogini Prabhu
on 29 Mar 2021
Categories
Find more on Define Shallow Neural Network Architectures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!