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

gnn_gaussian.c File Reference

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

Include dependency graph for gnn_gaussian.c:

Include dependency graph

Go to the source code of this file.

Functions

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

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

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

void gnn_gaussian_destroy (gnn_node *node)
 Computes the output.

gnn_nodegnn_gaussian_new (int input_size, double a, double v)
 Creates a Gaussian Kernel Activation Function node.

gnn_nodegnn_gaussian_standard_new (int input_size)
 Creates a standard Gaussian Kernel Activation Function node.


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