RBF ,LVQ in NN

1 回表示 (過去 30 日間)
Yogini Prabhu
Yogini Prabhu 2021 年 3 月 5 日
コメント済み: Yogini Prabhu 2021 年 3 月 29 日
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?

回答 (2 件)

Yogini Prabhu
Yogini Prabhu 2021 年 3 月 16 日
I have 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?

Pratyush Roy
Pratyush Roy 2021 年 3 月 29 日
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.
You can also refer to dedicated functions like lvqnet (or LVQ and newrbe for RBE.
Hope this helps!
  1 件のコメント
Yogini Prabhu
Yogini Prabhu 2021 年 3 月 29 日
thanks for very informative reply

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by