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

gnn_fir.h File Reference

#include <gsl/gsl_matrix.h>
#include "gnn_node.h"

Include dependency graph for gnn_fir.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.

Functions

gnn_nodegnn_fir_new (size_t input_size, size_t output_size, size_t delay)
 Creates a new gnn_fir : FIR Synaptic Filters node.

int gnn_fir_init (gnn_node *node)
 Initializes the node's parameters.


Function Documentation

int gnn_fir_init gnn_node   node
 

This functions initializes the layer's parameters by values drawn from a uniform distribution in .

Parameters:
layer  A pointer to a gnn_fir : FIR Synaptic Filters node.
Returns:
Returns 0 on success.

Definition at line 466 of file gnn_fir.c.

gnn_node* gnn_fir_new size_t    input_size,
size_t    output_size,
size_t    delay
 

This function creates a new gnn_node of gnn_fir : FIR Synaptic Filters type.

Parameters:
input_size  The node's input size.
output_size  The node's output size.
Returns:
A new node.

Definition at line 316 of file gnn_fir.c.


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