Trees | Indices | Help |
---|
|
Abstract base class for all layers.
|
|||
|
|||
|
|||
|
|
Initialize the layer. Arguments: o num_nodes -- The number of nodes that are contained in this layer. o has_bias_node -- Specify whether or not this node has a bias node. This node is not included in the number of nodes in the network, but is used in constructing and dealing with the network. |
Set a weight value from one node to the next. If weights are not explicitly set, they will be initialized to random values to start with. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:30 2008 | http://epydoc.sourceforge.net |