de.htwdd.rosenkoenig.neuro.net.examples
Class XORExample

java.lang.Object
  extended by de.htwdd.rosenkoenig.neuro.net.examples.XORExample

public class XORExample
extends java.lang.Object

This class represents a classical AI problem: The net is trained to learn the XOR function.


Field Summary
private static java.lang.String FILENAME
           
 
Constructor Summary
XORExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private static void present(FeedForwardNet net, java.util.List<Pattern> patterns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAME

private static final java.lang.String FILENAME
See Also:
Constant Field Values
Constructor Detail

XORExample

public XORExample()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

present

private static void present(FeedForwardNet net,
                            java.util.List<Pattern> patterns)