C# (CSharp) Encog.Neural.Networks.Training.Hopfield Namespace

Classes

Name Description
TrainHopfield This class is used to train a Hopfield neural network. A hopfield neural network can be created by using the basic layer and connecting it to itself, forming a single layer recurrent neural network. This is an unsupervised training algorithm. Ideal values should not be specified in the training set. If ideal values are present, they will be ignored.