#include <math.h>#include "gnn_cross_entropy.h"Include dependency graph for gnn_cross_entropy.c:

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_criterion * | gnn_cross_entropy_new (size_t size) |
| Creates a new gnn_cross_entropy criterion. | |
|
|
Definition at line 58 of file gnn_cross_entropy.c. |
1.2.18