The som package
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.
Properties
| Versions | 1.0, 2.0, 3.0, 3.1, 4.0, 4.1 |
|---|---|
| Dependencies | base (4.*), base-unicode-symbols (0.2.*), binary (≥0.5 & <0.8), containers (0.4.2.*), grid (4.*), MonadRandom (0.1.*) or base (4.*), base-unicode-symbols (0.2.*), binary (≥0.5 & <0.8), containers (0.5.*), grid (4.*), MonadRandom (0.1.*) |
| License | BSD3 |
| Copyright | (c) Amy de Buitléir 2010-2012 |
| Author | Amy de Buitléir |
| Maintainer | amy@nualeargais.ie |
| Stability | experimental |
| Category | Math |
| Upload date | Wed Apr 3 09:10:54 UTC 2013 |
| Uploaded by | AmyDeBuitleir |
| Built on | ghc-7.6 |
Modules
Downloads
- som-4.1.tar.gz (Cabal source package)
- package description (included in the package)