Main Page   Data Structures   File List   Data Fields   Globals  

_nnNet Struct Reference

A neural network. More...

#include <nn.h>


Data Fields

double LearningRate
 Back-propagation learning rate.

double Momentum
 Back-propagation momentum.

double(* ActivationF )(nnNode *node)
 Activation function.

double(* dActivationF )(nnNode *node)
 Derivative of activation function.

nnNodebiasNode
 Bias node, if present.

int nlayers
 Number of layers.

nnLayerlayers
 Pointer to nnLayer array.


Detailed Description

A neural network.


The documentation for this struct was generated from the following file:
Generated on Sat Feb 22 03:39:25 2003 for nn by doxygen1.2.18