Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created August 27, 2018 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/6c49f847d773fb2afc9d8fafd945f582 to your computer and use it in GitHub Desktop.
Save NMZivkovic/6c49f847d773fb2afc9d8fafd945f582 to your computer and use it in GitHub Desktop.
from somtf import SOM
som = SOM(6, 6, 4, 0.5, 0.5, 100)
som.train(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment