#include "gnn_node.h"#include "gnn_criterion.h"Include dependency graph for gnn_weight_decay.h:

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

Go to the source code of this file.
Functions | |
| gnn_criterion * | gnn_weight_decay_new (gnn_criterion *crit, double nu, gnn_node *node) |
| Creates a Weight Decay regularization for gnn_weight : Affine / Linear Transform. | |
| gnn_criterion * | gnn_weight_decay_new_with_type (gnn_criterion *crit, double nu, gnn_node *node, const char *type) |
| Creates a Weight Decay regularization for a given type. | |
| gnn_criterion * | gnn_weight_decay_new_with_pbundle (gnn_criterion *crit, double nu, gnn_pbundle *pb) |
| Creates a Weight Decay regularization for a given parameter bundle. | |
|
||||||||||||||||
|
This function builds a new gnn_weight_decay regularizator for all gnn_weight : Affine / Linear Transform nodes contained in the given node node.
Definition at line 243 of file gnn_weight_decay.c. |
|
||||||||||||||||
|
This function builds a new gnn_weight_decay regularizator for all parameters contained in the given parameter bundle pb.
Definition at line 321 of file gnn_weight_decay.c. |
|
||||||||||||||||||||
|
This function builds a new gnn_weight_decay regularizator for all nodes of type type contained in the given node node.
Definition at line 280 of file gnn_weight_decay.c. |
1.2.18