AhmadZakaria / Multi-SOM

Multi Self Organizing Maps C++ implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNN- MULTI-SOM

Multi-SOM implementation as a part of Technical Neural Networks course at University of Bonn

Compilation:

cd build
cmake ..
make

To run the program, simply call the executable.

./TNN-D

Plotting the results

There are two tasks, task1 (using the given data), and task2 (using randomly generated data.

To plot the results using gnuplot: for the first task

gnuplot> load "plotSOM.gnuplot"

and for the task task

gnuplot> load "plotSOM2.gnuplot"

examples

M-SOM 1

alt tag

M-SOM 2

alt tag

About

Multi Self Organizing Maps C++ implementation


Languages

Language:C++ 99.0%Language:C 1.0%Language:CMake 0.0%Language:Gnuplot 0.0%