Package Bio :: Package NeuralNetwork :: Package BackPropagation :: Module Layer
[show private | hide private]
[frames | no frames]

Module Bio.NeuralNetwork.BackPropagation.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
  logistic_function(value)
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.

Generated by Epydoc 2.1 on Mon Aug 27 16:12:12 2007 http://epydoc.sf.net