Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gnn_affine.c File Reference

#include "gnn_affine.h"
#include <math.h>

Include dependency graph for gnn_affine.c:

Include dependency graph

Go to the source code of this file.

Functions

int gnn_affine_f (gnn_node *node, const gsl_vector *x, const gsl_vector *w, gsl_vector *y)
 Computes the output.

int gnn_affine_dx (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dx)
 Computes .

int gnn_affine_dw (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dw)
 Computes .

void gnn_affine_destroy (gnn_node *node)
 Destructor function.

gnn_nodegnn_affine_new (int input_size, double a, double b)
 Creates an Affine Activation Function node.

gnn_nodegnn_affine_standard_new (int input_size)
 Creates a standard Affine Activation Function node.


Generated on Sun Jun 13 20:50:14 2004 for libgnn Gradient Retropropagation Machine Library by doxygen1.2.18