Documentation of 'org.neuroph.samples.PerceptronSample' Java class
PerceptronSample
org.neuroph.samples

Class PerceptronSample



  • public class PerceptronSample
    extends java.lang.Object
    This sample shows how to create, train, save and load simple Perceptron neural network
    • Constructor Summary

      Constructors 
      Constructor and Description
      PerceptronSample() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args)
      Runs this sample
      static void testNeuralNetwork(NeuralNetwork neuralNet, DataSet testSet)
      Prints network output for the each element from the specified training set.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PerceptronSample

        public PerceptronSample()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
        Runs this sample
      • testNeuralNetwork

        public static void testNeuralNetwork(NeuralNetwork neuralNet,
                                             DataSet testSet)
        Prints network output for the each element from the specified training set.
        Parameters:
        neuralNet - neural network
        testSet - data set used for testing

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.