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

gnn_quadric.h File Reference

#include "gnn_node.h"

Include dependency graph for gnn_quadric.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define GNN_QUADRIC_K(i, j, N)   ( (N) * ((i)-1) + ( (i) * (1-(i)) ) / 2 + (j) )
 Computes .


Functions

gnn_nodegnn_quadric_new (int input_size)
 Creates a Quadric Discriminant Transfer function node.


Define Documentation

#define GNN_QUADRIC_K i,
j,
     ( (N) * ((i)-1) + ( (i) * (1-(i)) ) / 2 + (j) )
 

Definition at line 46 of file gnn_quadric.h.


Function Documentation

gnn_node* gnn_quadric_new int    input_size
 

This function creates a node of the gnn_quadric type. This node produces the second-order terms of its inputs. For a complete review, see gnn_quadric : Quadric Discriminant Activation Function..

Parameters:
input_size  The input size .
Returns:
A pointer to a new gnn_quadric node.

Definition at line 208 of file gnn_quadric.c.


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