#include "nn.h"
Functions | |
void | nnCalculateOutputLayerError (nnLayer *layer, const double targets[]) |
Calculate error of the output layer. | |
void | nnCalculateHiddenLayerError (nnLayer *layer, nnLayer *nextLayer) |
Calculate error of a hidden layer. | |
void | nnUpdateLayer (nnLayer *layer, nnNet *net) |
Update weights of a layer. | |
void | nnUpdateNetwork (nnNet *net, const double targets[]) |
Update weights of a network. |
|
Calculate error of a hidden layer.
|
|
Calculate error of the output layer.
|
|
Update weights of a layer.
|
|
Update weights of a network.
|
|
Initial value:
"$Id: nnbackprop.c 319 2003-02-22 08:57:23Z asaddi $" |