Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
161 views

Self Organizing Maps in Mathematica (SOMs)

Does anybody know of, or have, a reasonable implementation of SOMs in Mathematica?
2
votes
1answer
4k views

MATLAB: help needed with Self-Organizing Map (SOM) clustering

I'm trying to cluster some images depending on the angles between body parts. The features extracted from each image are: angle1 : torso - torso angle2 : torso - upper left arm .. angle10: torso - ...
1
vote
1answer
62 views

Why is there a need for the number of iterations in the Self-Organizing Map?

:) While I was defending my thesis proposal, one of my professors asked me why do we have to specify the number of iterations in SOM? He said, there should've been a convergence criterion for us to ...
1
vote
1answer
155 views

Find the cluster of an input pattern

Suppose that I performed clustering of iris.data using SOM Toolbox in Matlab. After clustering, I have an input vector and I want to see which cluster this input belongs to? Any tips please on how to ...
1
vote
0answers
160 views

Image Browsing using Kohonen's SOM

I am trying to create a visual browsing application for millions of images using Self-Organizing maps(SOM). Does anyone know of the existing image browsing systems that use Self Organizing maps(SOM) ...
1
vote
1answer
172 views

Neural Neworks SOM tutorial

Can anyone recommend me some good tutorial regarding SOM? I googled up some, but I'm not very satisfied with them. Thanks, proper
1
vote
2answers
636 views

How do you interchange the row and column of a matrix in MATLAB

I have an input data in Excel which has 2000 rows and 60 columns. I want to read this data into MATLAB but I need to to interchange the rows and the column so that the matrix will be 60 rows and ...
1
vote
2answers
597 views

Kohonen SOM Maps: Normalizing the input with unknown range

According to "Introduction to Neural Networks with Java By Jeff Heaton", the input to the Kohonen neural network must be the values between -1 and 1. It is possible to normalize inputs where the ...
1
vote
2answers
2k views

Self Organizing Map (SOM) Implementation

I'm looking for a C, C++ or Java based SOM implementation with licensing applicable for commercial use (non-zero cost is okay). So far I'm aware that there exists SOM_PAK (from Kohonen), but the ...
0
votes
0answers
20 views

self organization mapping in diagonals

I tried SOM in r and python but as I observed they were pretty good in data handling but not visualization. Or may be the tutorial I followed didn't have great visualizations. Is it possible to get ...
0
votes
0answers
63 views

Classification of a 124 X 26 data matrix into 3 classes using SOM in MATLAB

I would like to know how to optimize the number of neurons required in the topology of the SOM network, given the dimensionality of my problem. Also, how to test the accuracy or quantify the output of ...
0
votes
1answer
680 views

Self-Organizing Maps (SOM) problem in MATLAB

I have a text file that include data. My text file: young, myopic, no, reduced, no young, myopic, no, normal, soft young, myopic, yes, reduced, no young, myopic, yes, normal, hard young, hyperopia, ...
0
votes
1answer
451 views

need implementation of Fuzzy Kohonen Networks (Fuzzy self organizing maps)

I have the SOM toolbox with the original implmentation of a Kohonen network. I am looking for a fuzzy kohonen network implmentation. Does anyone have it or know where I can get it?
0
votes
0answers
296 views

Calculate SOM sensitivity accuracy specificity MATLAB

I just implemented a SOM algorithm in MATLAB that outputs component planes and U matrix....but i want to be able to calculate sensitivity, accuracy and specificity....how do i go about doing this in ...
0
votes
0answers
154 views

SOM for Detection

I would like to know how I can use SOM for disease detection. Given a lung cancer dataset, how can SOM be applied for detection, there are certain terminologies like, sensitivity, specificity and ...
0
votes
0answers
465 views

SOM Algorithm Customization Matlab

I'm designing a GUI to implement SOM algorithm in MATLAB, but i'd want the user to be able to input the "No of iterations", "Initial and Final Neighborhood size" and "Initial and Final Learning ...
0
votes
3answers
416 views

SOM Algorithm Matlab HELP

I'm trying to pass a txt file to som_read_data from a GUI......i created a function that takes a txt file from the GUI and then passes it to som_read_data..but i'm getting some errors...here are a ...
0
votes
1answer
619 views

Convergence criterion for (batch) SOM (Self-Organizing Map, aka “Kohonen Map”)?

I like to stop the execution when Batch SOM becomes converged. What error function can I use to determine the convergence?
0
votes
4answers
3k views

Kohonen SOM Maps in R Tutorial

I am simply looking for a good tutorial that will walk me through how to create a SOM in R. I am reading Kohonen and Kaski's paper on using the maps to identify the structure of Welfare, and want to ...
-1
votes
1answer
239 views

I need help on this data file to be edited in SOM_PAK format

I am working on Self Organizing Map (SOM) Implementation and I have a microarray dataset which I am trying to read in using some_read_data function, but I keep having an errors when I edit it to have ...