Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Wicwik/nn_som

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self organizing net

Requirements

  • python3.x (where x > 6)

Download dataset

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.

How to run

  • git clone https://github.com/Wicwik/nn_som.git
  • cd nn_som
  • wget https://archive.ics.uci.edu/ml/machine-learning-databases/00236/seeds_dataset.txt
  • python -m venv venv_nn_som
  • . venv_nn_som/bin/activate
  • pip install -r requirements.txt
  • python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages