| Trees | Index | Help |
|---|
| Package Bio :: Package NeuralNetwork :: Package BackPropagation :: Module Layer |
|
Model a single layer in a nueral network.
These classes deal with a layers in the neural network (ie. the input layer, hidden layers and the output layer).| Classes | |
|---|---|
AbstractLayer |
Abstract base class for all layers. |
HiddenLayer |
|
InputLayer |
|
OutputLayer |
|
| Function Summary | |
|---|---|
Transform the value with the logistic function. | |
| Function Details |
|---|
logistic_function(value)Transform the value with the logistic function. XXX This is in the wrong place -- I need to find a place to put it that makes sense. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |