Skip to content

Basic implementation of Kohonen Map using python 3 and NumPy library.

Notifications You must be signed in to change notification settings

ktomkow/firstKohonen

Repository files navigation

firstKohonen

Basic implementation of Kohonen Map using python 3 and NumPy library.

Start from scratch

You need python 3.6 and pip3.6 installed

Create virtualenv and open it

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

Run program

In folder where main.py is located run:

(env)$ python main.py