som: Self-Organising Maps.
A Kohonen Self-organising Map (SOM) maps input patterns onto a regular grid (usually two-dimensional) where each node in the grid is a model of the input data, and does so using a method which ensures that any topological relationships within the input data are also represented in the grid. This implementation supports the use of non-numeric patterns.
In layman's terms, a SOM can be useful when you you want to discover the underlying structure of some data.
The userguide is available at https://github.com/mhwombat/som/wiki.
Modules
[Index]
Downloads
- som-9.0.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0, 2.0, 3.0, 3.1, 4.0, 4.1, 4.2, 5.0, 5.1, 6.4, 6.5.1, 7.0.0, 7.0.1, 7.2.0, 7.2.1, 7.2.2, 7.2.3, 7.2.4, 7.3.0, 7.3.1, 7.4.0, 7.4.1, 7.5.0, 8.0.0, 8.0.1, 8.0.2, 8.0.3, 8.0.4, 8.0.5, 8.0.6, 8.1.1, 8.2.1, 8.2.2, 8.2.3, 9.0, 9.0.1, 9.0.2, 9.0.3, 9.0.4, 10.0.0, 10.0.1, 10.1.0, 10.1.1, 10.1.2, 10.1.3, 10.1.4, 10.1.5, 10.1.6, 10.1.7, 10.1.8, 10.1.11 |
---|---|
Dependencies | assert (>=0.0.1.2 && <0.1), base (>=4.9 && <4.10), containers (>=0.5.7.1 && <0.6), deepseq (>=1.4.2.0 && <1.5), grid (>=7.8.8 && <7.9), MonadRandom (>=0.5.1 && <0.6) [details] |
License | BSD-3-Clause |
Copyright | (c) 2010-2017 Amy de Buitléir |
Author | Amy de Buitléir |
Maintainer | amy@nualeargais.ie |
Revised | Revision 1 made by AmyDeBuitleir at 2017-05-30T15:58:45Z |
Category | Math |
Home page | https://github.com/mhwombat/som#readme |
Bug tracker | https://github.com/mhwombat/som/issues |
Source repo | head: git clone https://github.com/mhwombat/som |
Uploaded | by AmyDeBuitleir at 2017-05-30T15:34:50Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 31827 total (3 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-05-30 [all 2 reports] |