Skip to content

Releases: johnlime/UnitNeurons

v1.02

Choose a tag to compare

@johnlime johnlime released this 27 Jun 02:53
16ffa62

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

v1.01

Choose a tag to compare

@johnlime johnlime released this 28 May 01:28

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

Choose a tag to compare

@johnlime johnlime released this 09 May 06:30
21d8ea5

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