Basic implementation of Kohonen Map using python 3 and NumPy library.
You need python 3.6 and pip3.6 installed
Do this inside cloned repo(where app.py
is located)
$ python3.6 -m pip install virtualenv
$ virtualenv venv
$ source env/bin/activate
(env)$ pip install -r requirements.txt
In folder where main.py
is located run:
(env)$ python main.py