ivanL96 / som

Pytorch implementation of a Self-Organizing Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self-Organizing Map

PyTorch implementation of a Self-Organizing Map. The code is adapted from Sachin Joglekar's Tensorfow implementation.

Requirements

Code is written in Python 3.6 and requires:

  • PyTorch 1.0.0

Run the example

Use the following command:

$ python test.py

Provided for academic use only

About

Pytorch implementation of a Self-Organizing Map


Languages

Language:Python 100.0%