Skip to content

Releases: johnlime/UnitNeurons

v1.02

27 Jun 02:53
16ffa62
Compare
Choose a tag to compare

Header files and static library necessary for including in an arbitrary C++ project are included in the zip file.

v1.01

28 May 01:28
Compare
Choose a tag to compare

Added destructors. There should be less memory leak if unit neurons or global operators were to be destroyed.
Both header files and static library necessary for including in an arbitrary C++ project is included.

v1.0

09 May 06:30
21d8ea5
Compare
Choose a tag to compare

First release. Single-threaded. Feedforward and feedback operation for Kohonen's self organizing map and gradient descent are supported.