https://github.com/rougier/dynamic-som
Dynamic Self-Organized maps
https://github.com/rougier/dynamic-som
Last synced: 3 months ago
JSON representation
Dynamic Self-Organized maps
- Host: GitHub
- URL: https://github.com/rougier/dynamic-som
- Owner: rougier
- Created: 2013-05-12T08:49:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T20:53:36.000Z (over 9 years ago)
- Last Synced: 2025-03-25T02:06:07.781Z (3 months ago)
- Language: Python
- Size: 273 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Dynamic Self-Organized maps
===========================This is a variation of the self-organising map algorithm where the original
time-dependent (learning rate and neighbourhood) learning function is replaced
by a time-invariant one. This allows for on-line and continuous learning on
both static and dynamic data distributions. One of the property of the newly
proposed algorithm is that it does not fit the magnification law and the
achieved vector density is not directly proportional to the density of the
distribution as found in most vector quantisation algorithms. From a biological
point of view, this algorithm sheds light on cortical plasticity seen as a
dynamic and tight coupling between the environment and the model.Reference
---------**Dynamic Self-Organising map** N.P.Rougier and Y.Boniface, Neurocomputing 74,
11, (2011), 1840-1847.