Documentation of 'org.neuroph.contrib.graphml.ExampleNetworXOR' Java class
ExampleNetworXOR
org.neuroph.contrib.graphml

Class ExampleNetworXOR



  • public class ExampleNetworXOR
    extends java.lang.Object
    Approximate XOR gate using a multilayer percepton with 2 inputs, 3 hidden neurons and 1 output. The example is adapted from http://neuroph.sourceforge.net/tutorials/MultiLayerPerceptron.html
    • Constructor Detail

      • ExampleNetworXOR

        public ExampleNetworXOR()
    • Method Detail

      • getTrainingData

        public static DataSet getTrainingData()
        Training data with two input neurons. Truth: 0,0: 0 0,1: 1 1,0: 1 1,1: 0
      • getNetwork

        public static MultiLayerPerceptron getNetwork()
        Returns multilayer percepton learned to approximate the XOR gate.
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.