Self Organizing Map
Here are the instructions on how to setup the project.
Clone the repository
$ git clone https://github.com/sumedhe/som.git
$ cd som
Then run cmake
$ cmake -H. -Bbuild
$ cd build
$ cmake --build .
To start the program,
$ ./bin/som
Using unit_tests
:
$ ./bin/unit_tests
Using ctest
:
$ ctest