C# (CSharp) Encog.Neural.Networks.Training.Hopfield 네임스페이스

클래스들

이름 설명
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.