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

Class UnsupervisedHebbianNetwork

  • All Implemented Interfaces:
    java.io.Serializable


    public class UnsupervisedHebbianNetwork
    extends NeuralNetwork
    Hebbian neural network with unsupervised Hebbian learning algorithm.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupervisedHebbianNetwork

        public UnsupervisedHebbianNetwork(int inputNeuronsNum,
                                          int outputNeuronsNum)
        Creates an instance of Unsuervised Hebian net with specified number of neurons in input and output layer
        Parameters:
        inputNeuronsNum - number of neurons in input layer
        outputNeuronsNum - number of neurons in output layer
      • UnsupervisedHebbianNetwork

        public UnsupervisedHebbianNetwork(int inputNeuronsNum,
                                          int outputNeuronsNum,
                                          TransferFunctionType transferFunctionType)
        Creates an instance of Unsuervised Hebian net with specified number of neurons in input layer and output layer, and transfer function
        Parameters:
        inputNeuronsNum - number of neurons in input layer
        outputNeuronsNum - number of neurons in output layer
        transferFunctionType - transfer function type id

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.