SOMs UI

Started by
-1 comments, last by Wintro 15 years, 8 months ago
Hi everyone, I'm having a problem with self organising maps. I understand the theory and algorithms but I'm not sure how to go about implementing it in code (C#). I've seen a couple of examples on http://www.ai-junkie.com/ann/som/som1.html and http://davis.wpi.edu/~matt/courses/soms/#Java but neither are C# (which is the only language I'm familiar with). This isn't a problem algorithmically as that's easy to convert, but I'm having great difficulty on the user interface side. What's the best way of testing my SOM code? I don't know where to start with the interface side. There's no need for code (unless you have C# code) but theory as to what's actually happening in the previous sites and the how I should be rendering the nodes etc.. Thanks to anyone who can shed any light on this. I've been trying to figure it out for days, and I just can't get started :(

This topic is closed to new replies.

Advertisement