Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual mlptrain Daniel@0: Daniel@0: Daniel@0: Daniel@0:

mlptrain Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

Daniel@0: Utility to train an MLP network for demtrain Daniel@0: Daniel@0:

Daniel@0: Description Daniel@0:

Daniel@0: Daniel@0:

[net, error] = mlptrain(net, x, t, its) trains a network data Daniel@0: structure net using the scaled conjugate gradient algorithm Daniel@0: for its cycles with Daniel@0: input data x, target data t. Daniel@0: Daniel@0:

Daniel@0: See Also Daniel@0:

Daniel@0: demtrain, scg, netopt
Daniel@0: Pages: Daniel@0: Index Daniel@0:
Daniel@0:

Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: