org.encog.examples.neural.xorpartial
Class XORPartial
java.lang.Object
org.encog.examples.neural.xorpartial.XORPartial
public class XORPartial
- extends Object
Partial neural networks. Encog allows you to remove any neuron connection in
a fully connected neural network. This example creates a 2x10x10x1 neural
network to learn the XOR. Several connections are removed prior to training.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XOR_INPUT
public static double[][] XOR_INPUT
XOR_IDEAL
public static double[][] XOR_IDEAL
XORPartial
public XORPartial()
main
public static void main(String[] args)
Copyright © 2011. All Rights Reserved.