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

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

Go to the source code of this file.
Data Structures | |
| struct | _gnn_gaussian |
Typedefs | |
| typedef _gnn_gaussian | gnn_gaussian |
| The structure for a gnn_gaussian : Gaussian Kernel Activation Function. node. | |
Functions | |
| gnn_node * | gnn_gaussian_new (int input_size, double a, double sigma) |
| Creates a Gaussian Kernel Activation Function node. | |
| gnn_node * | gnn_gaussian_standard_new (int input_size) |
| Creates a standard Gaussian Kernel Activation Function node. | |
|
||||||||||||||||
|
This function creates a node of the gnn_gaussian type. All kernels are initialized with the same amplitude and variance.
Definition at line 292 of file gnn_gaussian.c. |
|
|
This function creates a node of the gnn_gaussian type. All kernels are initialized with amplitude
Definition at line 404 of file gnn_gaussian.c. |
1.2.18