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
- N ptr_new()
- KK 0L
- NN 0L
- NP 0L
- WH ptr_new()
- LL 0L
- WO ptr_new()
- LS ptr_new()
- GS ptr_new()
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
Routine details
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 |