Skip to content

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

License

Notifications You must be signed in to change notification settings

mbofos01/Kohonen-Letters

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages