Neural Network Framework r4 (Manual 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 Free Documentation License (FDL)
Changes:
This release adds a complete example of how to
resolve the "XOR" problem
with this Neural Network Framework. Revisions have
bee made through all
manual sections.
|