org.encog.examples.neural.xorpartial
Class XORPartial

java.lang.Object
  extended by 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.


Field Summary
static double[][] XOR_IDEAL
           
static double[][] XOR_INPUT
           
 
Constructor Summary
XORPartial()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XOR_INPUT

public static double[][] XOR_INPUT

XOR_IDEAL

public static double[][] XOR_IDEAL
Constructor Detail

XORPartial

public XORPartial()
Method Detail

main

public static void main(String[] args)


Copyright © 2011. All Rights Reserved.