Neural Network Framework 1.1.0 (Default branch) |
|
|
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:
Various changes were made in the BaseNeuralNet
interface. The SimpleTimer class was added. The
LearningAlgorithm interface was improved, and
Pattern and PatternSet classes were added for easy
creation of Learning and Testing sets. Various
output functions were added. The possibility to
choose the precision was added when saving on XML
files. The documentation was improved. The library
is now also built as a Mac OS framework bundle.
|