#include "gnn_node.h"Include dependency graph for gnn_quadric.h:

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

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_node * | gnn_quadric_new (int input_size) |
| Creates a Quadric Discriminant Transfer function node. | |
|
|
Definition at line 46 of file gnn_quadric.h. |
|
|
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..
Definition at line 208 of file gnn_quadric.c. |
1.2.18