Neural Network Framework 0.9.3 (Default branch) |
|
|
Thursday September 13, 2007. 07:19 PM FreshMeat
Neural Network Framework is a C++ framework to
develop, simulate, and analyze arbitrary complex
neural networks. The programmer can use the
classes provided to create neural networks with
arbitrary topology and mixed type of neurons. It's
very easy to add customized neurons and layers.
License: GNU General Public License (GPL)
Changes:
This release adds norm and normalize methods for RealMat objects and the LinearComboFunction in order to combine two different activation functions. It fixes some bugs in GaussFunction, Doxygen comments, and linkage nMessage under Windows.
|