Skip to content

Complete C implementation of the Kohonen Neural Network (SOM algorithm)

Notifications You must be signed in to change notification settings

Coding-Sunday-Sofia/Kohonen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-Organizing Map (SOM) Kohonen artificial neural network

Complete C implementation of the Kohonen artificial neural network algorithm.

Formatting

astyle *.c *.h --indent=force-tab --style=java / -A2

Compile

gcc kohonen.c -o kohonen.exe

Sample usage

./kohonen.exe manresa_m2_rooms_price.txt

The output of this command is a file named 'generated_kohonen_map.html' containing a visual representation of the calculated Kohonen map separated by the components of the input file.

License

MIT

About

Complete C implementation of the Kohonen Neural Network (SOM algorithm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%