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

This class implements a Hopfield type 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 HopfieldNetwork : TrainableImplicitComponent, 
	IAutoEncoder, ITrainable

Remarks

Note
See the CLARION-H addendum or Chartier & Boukadoum (2006) for specifics concerning the actual Hopfield network (NDRAM) that has been implemented

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

See Also