Table of Contents

Module: Layer Bio/NeuralNetwork/BackPropagation/Layer.py

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).

Imported modules   
import math
import random
Functions   
logistic_function
  logistic_function 
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.
Classes   
AbstractLayer

Abstract base class for all layers.

HiddenLayer
InputLayer
OutputLayer

Table of Contents

This document was automatically generated on Mon Jul 1 12:03:11 2002 by HappyDoc version 2.0.1