Name

ANN — Toolbox for neural networks

Description

This ANN toolbox is designed to provide ANN engines for exploration and easy prototyping.This man page gives an overview.

The above main objective have influenced the overall design, i.e. (1) this toolbox will not be translated to C or Fortran for speed (see also the sci2for function), (2) except for the main algorithms (described in various books, e.g. see mine "Matrix ANN", it is heavily commented and explained such that it will be easy to adapt to particular needs if necessary, (3) at some points clarity was preferred over speed, when this do not lead to large speed loss.

COMPONENTS

General support functions See ANN_GEN for support functions for ANN. Feedforward networks See ANN_FF for detailed description.

See Also

ANN_GEN, ANN_FF