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

gnn_cross_entropy.c File Reference

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

Include dependency graph for gnn_cross_entropy.c:

Include dependency graph

Go to the source code of this file.

Typedefs

typedef gnn_criterion gnn_cross_entropy

Functions

double gnn_cross_entropy_e (gnn_criterion *crit, const gsl_vector *y, const gsl_vector *t)
 The evaluation function.

int gnn_cross_entropy_dy (gnn_criterion *crit, const gsl_vector *y, const gsl_vector *t, gsl_vector *dy)
 The gradient evaluation function.

gnn_criteriongnn_cross_entropy_new (size_t size)
 Creates a new gnn_cross_entropy criterion.


Typedef Documentation

typedef gnn_criterion gnn_cross_entropy
 

Definition at line 58 of file gnn_cross_entropy.c.


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