Documentation for C:\Idl\CRC\

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

AUXIL\

ffnbp__define.pro


Object class for implementation of a two-layer, feed-forward neural network classifier. Implements ordinary backpropagation training.

ffn = Obj_New("FFNBP",Gs,Ls,L)

Gs: array of observation column vectors

Ls: array of class label column vectors of form (0,0,1,0,0,...0)^T

L: number of hidden neurons

Class description for FFNBP

Inheritance

Fields

Fields in FFN

Fields in FFNBP

COST_ARRAY ptr_new()

Author information

Author

Mort Canty (2009) Juelich Research Center m.canty@fz-juelich.de

Other file information

Uses:

COYOTE

Routines

result = FFNBP::Init(Gs, Ls, L)
FFNBP::Cleanup
FFNBP::Train
FFNBP__Define

Routine details

top FFNBP::Init

result = FFNBP::Init(Gs, Ls, L)

Parameters

Gs
Ls
L

top FFNBP::Cleanup

FFNBP::Cleanup

top FFNBP::Train

FFNBP::Train

top FFNBP__Define

FFNBP__Define

File attributes

Modification date: Fri May 17 08:48:14 2013
Lines: 105
Docformat: rst rst