Skip to content

T-Sumida/SelfOrganizingMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SelfOrganizingMap

Overview

C++で実装した自己組織化マップアルゴリズム.

バッチ処理は現在実装しておらず,逐次処理のみを実装しています.

コード内に問題がある可能性があるので、もしお気づきになられたら修正 or 連絡をお願い致します。

Usage

テストプログラムは make を用いればコンパイルされ, ./main で実行されます.

$ make all
$ ./main

で実行可能です.

テストプログラムでは,RGB色空間に対してのSOMを実行しており,その結果を result.csv として書き出しています.

$ python plot.py

を実行すれば,結果をカラーマップで確認することができます.

Requirement

C++11

GNU Make 3.81

Python 3.6.0

numpy 1.14.1

matplotlib 2.1.2

License

Copyright © 2018 T_Sumida Distributed under the MIT License.

About

C++での自己組織化マップ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published