Neural Network Framework 1.0.0 (Default branch) |
|
|
Wednesday January 16, 2008. 04:52 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:
The old learning design was replaced.
BackPropagationAlgo was added. Various
improvements were made in all libraries. All
deprecated methods and the previous learning
design were deleted. MAC support was improved.
|