Implementation of Kohonen Self-Organizing Maps (SOM) for two dimensions
Table of Contents
This task was made for course "Data Analysis". We were given some sample data (here represented by circles) and we had to implement Kohenen's SOM in order to achieve basic clustering. In program we can choose different parameters to fit models that vary in data lenght. It is also possible to change circles (data) number and location.
Below I presented some of the maps, that can be generated using this code:
Distributed under the MIT License. See LICENSE.txt
for more information.