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

gnn_gcomm.c File Reference

#include <gsl/gsl_blas.h>
#include "gnn_gcomm.h"

Include dependency graph for gnn_gcomm.c:

Include dependency graph

Go to the source code of this file.

Functions

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

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

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

void gnn_gcomm_destroy (gnn_node *node)
 Computes the output.

gnn_nodegnn_gcomm_new (size_t input_size, size_t output_size)
 Creates an generalized committee node.


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