blob: 66f1c23005f238ce804b0b878f731caae75df319 (
plain) (
tree)
|
|
FSOM is a tiny C library for managing SOM (Self-Organizing Maps) neural
networks, a type of artificial neural network (ANN) that is trained using
unsupervised learning to produce a low-dimensional (typically two-dimensional),
discretized representation of the input space of the training samples.
WWW: https://github.com/ekg/fsom
|