/som

Pytorch implementation of a Self-Organizing Map

Primary LanguagePython

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