|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.htwdd.rosenkoenig.neuro.net.examples.XORExample
public class XORExample
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 |
|---|
private static final java.lang.String FILENAME
| Constructor Detail |
|---|
public XORExample()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args -
private static void present(FeedForwardNet net,
java.util.List<Pattern> patterns)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||