Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created August 25, 2018 11:48
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/d960a1db00d81758f7a45a212f9fb0d0 to your computer and use it in GitHub Desktop.
Save NMZivkovic/d960a1db00d81758f7a45a212f9fb0d0 to your computer and use it in GitHub Desktop.
from minisom import MiniSom
som = MiniSom(6, 6, 4, sigma=0.5, learning_rate=0.5)
som.train_random(data, 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment