Skip to content

AhmadZakaria/Multi-SOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages