Documentation of 'org.neuroph.nnet.Hopfield' Java class
Hopfield
org.neuroph.nnet

Class Hopfield

  • All Implemented Interfaces:
    java.io.Serializable


    public class Hopfield
    extends NeuralNetwork
    Hopfield neural network. Notes: try to use [1, -1] activation levels, sgn as transfer function, or real numbers for activation
    See Also:
    Serialized Form
    • Constructor Detail

      • Hopfield

        public Hopfield(int neuronsCount)
        Creates new Hopfield network with specified neuron number
        Parameters:
        neuronsCount - neurons number in Hopfied network
      • Hopfield

        public Hopfield(int neuronsCount,
                        NeuronProperties neuronProperties)
        Creates new Hopfield network with specified neuron number and neuron properties
        Parameters:
        neuronsCount - neurons number in Hopfied network
        neuronProperties - neuron properties

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.