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

gnn_softmax.c File Reference

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

Include dependency graph for gnn_softmax.c:

Include dependency graph

Go to the source code of this file.

Data Structures

struct  _gnn_softmax

Typedefs

typedef _gnn_softmax gnn_softmax

Functions

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

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

void gnn_softmax_destroy (gnn_node *node)
 Destroys the gnn_softmax specific data.

gnn_nodegnn_softmax_new (int input_size)
 Creates a Softmax activation function node.


Typedef Documentation

typedef struct _gnn_softmax gnn_softmax
 


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