Complete C implementation of the Kohonen artificial neural network algorithm.
astyle *.c *.h --indent=force-tab --style=java / -A2
gcc kohonen.c -o kohonen.exe
./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.
MIT