- python3.x (where x > 6)
By default a filename seeds_dataset.txt is specified in main.py file. You can change this to other datasets with similar text file structure.
git clone https://github.com/Wicwik/nn_som.gitcd nn_somwget https://archive.ics.uci.edu/ml/machine-learning-databases/00236/seeds_dataset.txtpython -m venv venv_nn_som. venv_nn_som/bin/activatepip install -r requirements.txtpython main.py