Skip to content

Releases: RiceAstroparticleLab/SOM_package

v0.2.1

30 Dec 05:48
ce73a4c
Compare
Choose a tag to compare

Fix a few bugs with inbuilt functions that make the SOM appear to not function properly

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Dec 06:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

fixed SOM asymmetrical convergence!

15 Aug 17:41
c2ef7e2
Compare
Choose a tag to compare

While the SOM was converging before, the distribution of neurons in the data space always resulted in a distribution that did not match the density distribution of the data, leaving some cluster with only 1 or 0 overlapping neurons. This was found to be a bug in how we computed the neighborhoods which is now fixed!

v0.0.0-beta

14 Aug 01:57
ff5a1ec
Compare
Choose a tag to compare

This will be the first stable version of this repository, maybe functions are still not fully working but it should be enough for people to try training a kohonen SOM, even this is not fully working as expected, but, it seems to be able to construct clusters so I will check back on this. Things that we will need to have working properly before getting out of beta:

  • The conscious-SOM which will be the first implementation of this in python! (as far as I am aware)
  • More thorough testing: Need to build up more tests for all functions
  • Many depreciated functions: Many functions in this code are designed to work with an old system and need to be made more general
  • Better documentation: there is some basic documentation with https://scisom.readthedocs.io/en/latest/ but there are still some issues to polish.

With all this in mind, users are welcome to try this package and report on any issues!

What's Changed

New Contributors

Full Changelog: https://github.com/RiceAstroparticleLab/SOM_package/commits/v0.0.0-beta