PyTorch implementation of a Self-Organizing Map. The code is adapted from Sachin Joglekar's Tensorfow implementation.
Code is written in Python 3.6 and requires:
- PyTorch 1.0.0
Use the following command:
$ python test.py
Provided for academic use only