142 skills found · Page 1 of 5
diego-vicente / Som TspSolving the Traveling Salesman Problem using Self-Organizing Maps
JustGlowing / Minisom:red_circle: MiniSom is a minimalistic implementation of the Self Organizing Maps
sevamoo / SOMPYA Python Library for Self Organizing Map (SOM)
peterwittek / SomocluMassively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters
fcomitani / SimpsomPython library for Self-Organizing Maps
alexarnimueller / SomSelf organizing Kohonen map in Python with periodic boundary conditions
felixriese / SusiSuSi: Python package for unsupervised, supervised and semi-supervised self-organizing maps (SOM)
FlorentF9 / DESOM:globe_with_meridians: Deep Embedded Self-Organizing Map: Joint Representation Learning and Self-Organization
giannisnik / SomPytorch implementation of a Self-Organizing Map
rileypsmith / Sklearn SomA simple, rectangular self-organizing map with methods similar to clustering methods in Scikit Learn.
cgorman / Tensorflow SomA multi-gpu implementation of the self-organizing map in TensorFlow
milosgajdos / GosomSelf-organizing maps in Go
mpatacchiola / PyERAPython implementation of the Epigenetic Robotic Architecture (ERA). It includes standalone classes for Self-Organizing Maps (SOM) and Hebbian Networks.
SofieVG / FlowSOMUsing self-organizing maps for visualization and interpretation of cytometry data
CarsonScott / HSOMHierarchical self-organizing maps for unsupervised pattern recognition
spiglerg / Kohonen SOM TensorflowTensorflow implementation of the Kohonen Self Organizing Map
stephantul / SomberRecursive Self-Organizing Map/Neural Gas.
enricivi / Growing Hierarchical SomSelf-Organizing Map [https://en.wikipedia.org/wiki/Self-organizing_map] is a popular method to perform cluster analysis. SOM shows two main limitations: fixed map size constraints how the data is being mapped and hierarchical relationships are not easily recognizable. Thus Growing Hierarchical SOM has been designed to overcome this issues
diego-vicente / Ntnu SomUsing Self-Organizing Maps for Travelling Salesman Problem
Dotori-HJ / SelfOrganizingMap SOMPytorch implementation of Self-Organizing Map(SOM). Use MNIST dataset as a demo.