Click here to Skip to main content
15,914,016 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: sram Pin
DaveAuld10-Oct-11 10:33
professionalDaveAuld10-Oct-11 10:33 
Generalaco Pin
Member 822387319-Sep-11 19:25
Member 822387319-Sep-11 19:25 
GeneralRe: aco Pin
fjdiewornncalwe27-Sep-11 6:27
professionalfjdiewornncalwe27-Sep-11 6:27 
QuestionHow to Get Number of Combinations From A To Z Pin
Anubhava Dimri5-Sep-11 19:05
Anubhava Dimri5-Sep-11 19:05 
AnswerRe: How to Get Number of Combinations From A To Z Pin
Peter_in_27805-Sep-11 19:15
professionalPeter_in_27805-Sep-11 19:15 
AnswerRe: How to Get Number of Combinations From A To Z Pin
Alan Balkany6-Sep-11 4:42
Alan Balkany6-Sep-11 4:42 
AnswerRe: How to Get Number of Combinations From A To Z Pin
BillWoodruff9-Sep-11 15:10
professionalBillWoodruff9-Sep-11 15:10 
QuestionClassification with Self organizing map/Kohonen network [modified] Pin
SharpSim18-Aug-11 1:22
SharpSim18-Aug-11 1:22 
Hi,

this is my first post on this forum.

First a Short intro to the Self Organizing Map
A Self Organizing Map (SOM) ,-sometimes called a Kohonen network-, maps multidimensional data onto a two dimensional map. A classic example is to classify colors by the Red, green and Blue (RGB) values. So if we have a large (10 000) set of randomly chosen colors, with different shades of, greens, reds, blues, pinks, etc. the SOM can map them on a 2-dimensional map where similar colors tend to end up on the same node on the map. If we chose a map with the dimensions 5 by 5 we get a map with 25 nodes. As an example the pink shades might end up in one corner of the map close to violet shades and the violets close to blue shades and so on. So similar colors tend to be close to each other. So if we wanted to classify those 10 000 colors in our dataset into 25 classes we could look at each colors node and use the information to se what class each of the colors belong to.

But how can we create clusters of several nodes based on their similarity to each other?

modified on Thursday, August 18, 2011 9:19 AM

GeneralRe: Classification with Self organizing map/Kohonen network Pin
Rage18-Aug-11 1:24
professionalRage18-Aug-11 1:24 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
Bernhard Hiller25-Aug-11 4:43
Bernhard Hiller25-Aug-11 4:43 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
Rage25-Aug-11 4:46
professionalRage25-Aug-11 4:46 
AnswerRe: Classification with Self organizing map/Kohonen network [modified] Pin
S Houghtelin18-Aug-11 1:27
professionalS Houghtelin18-Aug-11 1:27 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
SharpSim18-Aug-11 1:43
SharpSim18-Aug-11 1:43 
AnswerRe: Classification with Self organizing map/Kohonen network Pin
hairy_hats18-Aug-11 1:53
hairy_hats18-Aug-11 1:53 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
Rage18-Aug-11 1:54
professionalRage18-Aug-11 1:54 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
Nagy Vilmos18-Aug-11 1:56
professionalNagy Vilmos18-Aug-11 1:56 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
Ian Shlasko18-Aug-11 3:11
Ian Shlasko18-Aug-11 3:11 
AnswerRe: Classification with Self organizing map/Kohonen network Pin
LittleYellowBird18-Aug-11 2:20
LittleYellowBird18-Aug-11 2:20 
AnswerRe: Classification with Self organizing map/Kohonen network [modified] PinPopular
BillWoodruff18-Aug-11 14:05
professionalBillWoodruff18-Aug-11 14:05 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
Peter_in_278018-Aug-11 14:18
professionalPeter_in_278018-Aug-11 14:18 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
BobJanova18-Aug-11 23:19
BobJanova18-Aug-11 23:19 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
SharpSim21-Aug-11 22:17
SharpSim21-Aug-11 22:17 
AnswerRe: Classification with Self organizing map/Kohonen network Pin
BobJanova18-Aug-11 23:22
BobJanova18-Aug-11 23:22 
AnswerRe: Classification with Self organizing map/Kohonen network Pin
DaveAuld19-Aug-11 8:04
professionalDaveAuld19-Aug-11 8:04 
GeneralRe: Classification with Self organizing map/Kohonen network Pin
SharpSim22-Aug-11 22:33
SharpSim22-Aug-11 22:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.