Author/Authors :
Kunze، نويسنده , , Marcel and Steffens، نويسنده , , Johannes، نويسنده ,
Abstract :
The neural network objects (NNO) is a C++ class library that contains the most popular standard neural networks together with self-organizing incremental models. The implementation takes full advantage of the OO-paradigm, i.e. all models are derived from the same abstract base classes which deal with the data structures and learning algorithms at one central place. All NNO are persistent: After training they save themselves to permanent store in a computer independent format and may be re-activated for further training or recall cycles, even on a different computer.