Trees | Indices | Help |
---|
|
object --+ | AbstractLayer
Abstract base class for all layers.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
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.
|
Debugging output.
|
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 Sat Aug 20 10:37:31 2011 | http://epydoc.sourceforge.net |