/Kohonen-Letters

A Java implementation of Self-Organizing Kohonen Map that classifies hand-written characters.

Primary LanguageJavaMIT LicenseMIT

Project: Letter recognition with SOM-Kohonen Author: Michail-Panagiotis Bofos

Note: runKohonen.sh script installs the matplot lib.

Instructions:

    Manually: 
            1) javac *.java
            2) java Kohonen parameters.txt

    Automated:
            1) Windows: ./runKohonen.bat
            2) Unix/Linux: ./runKohonen.sh (parameters.txt)