Matlab code for Supervised SOM neural network

Is there any way to train a self organizing map as supervised training. I want this because when I use unsupervised SOM, it does not classifies data correctly.

댓글 수: 1

hi
you can use it for supervised learning but you have to change some thing in your input data
please see this book;
MATLAB Implementations and Applications of the Self-Organizing Map
http://kirjakauppa.unigrafia.fi/
section 29
page 160

댓글을 달려면 로그인하십시오.

 채택된 답변

Greg Heath
Greg Heath 2013년 12월 5일

1 개 추천

A net cannot be self-organizing if it is supervised. You should be looking for Learning Vector Quantization Nets
>> lookfor lvq
nnd14lv1 - NND4LV1 LVQ1 demonstration.
nnd14lv2 - NND4LV1 LVQ2 demonstration.
initlvq - LVQ weight initialization function.
learnlv1 - LVQ1 weight learning function.
learnlv2 - LVQ 2.1 weight learning function.
lvqnet - Learning vector quantization (LVQ) neural network.
lvqoutputs - Define settings for LVQ outputs, without changing values.
newlvq - Create a learning vector quantization network.
nnt2lvq - Update NNT 2.0 learning vector quantization network.
Thank you for formally accepting my answer
Greg

추가 답변 (1개)

saurabh kumar
saurabh kumar 2013년 12월 6일

0 개 추천

Thanks a lot for your help. It helped Greg

카테고리

도움말 센터File Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

질문:

2013년 12월 4일

댓글:

2020년 2월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by