At the forefront of Artificial Intelligence
  Home Articles Reviews Interviews JDK Glossary Features Discussion Search
Home » Articles » Neural Networks » Applications/Code

Kohonen Demonstrator - Java Applet

Requires: Sun Java Virtual Machine 1.2.2 or later.

Below is a simple applet that demonstrates a Kohonen self-organizing network. The network's weights consist of a two-dimensional array of real numbers and are initialized to a number between -0.5 and 0.5. The network is then trained by presenting it with numbers between -1 and 1. The network then maps itself to those numbers, most probably by stretching itself evenly across the plane.

</COMMENT> Sorry, you require Java to view this.

Submitted: 09/07/2002

Article content copyright © James Matthews, 2002.
 Article Toolbar
Print
BibTeX entry

Search

Latest News
- Generation5 10-year Anniversary (03/09/2008)
- New Generation5 Design! (09/04/2007)
- Happy New Year 2007 (02/01/2007)
- Where has Generation5 Gone?! (04/11/2005)
- NeuroEvolving Robotic Operatives (NERO) (25/06/2005)

What's New?
- Back-propagation using the Generation5 JDK (07/04/2008)
- Hough Transforms (02/01/2008)
- Kohonen-based Image Analysis using the Generation5 JDK (11/12/2007)
- Modelling Bacterium using the JDK (19/03/2007)
- Modelling Bacterium using the JDK (19/03/2007)


All content copyright © 1998-2007, Generation5 unless otherwise noted.
- Privacy Policy - Legal - Terms of Use -