[This is preliminary documentation and is subject to change.]

This class implements a 3-layer backpropagation neural network in the CLARION Library

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public class BPNetwork : NeuralNetwork, ITrainable

Remarks

TODO: Add more about BP networks

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

See Also