mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1dfb1d6004
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15103
7 lines
331 B
Plaintext
7 lines
331 B
Plaintext
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
|