org.encog
Class Test
- java.lang.Object
-
- org.encog.Test
-
public class Test extends java.lang.ObjectXOR: This example is essentially the "Hello World" of neural network programming. This example shows how to construct an Encog neural network to predict the output from the XOR operator. This example uses backpropagation to train the neural network. This example attempts to use a minimum of Encog features to create and train the neural network. This allows you to see exactly what is going on. For a more advanced example, that uses Encog factories, refer to the XORFactory example.
-
-
Field Summary
Fields Modifier and Type Field and Description static double[][]XOR_IDEALThe ideal data necessary for XOR.static double[][]XOR_INPUTThe input necessary for XOR.
-
Constructor Summary
Constructors Constructor and Description Test()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)The main method.
-
DMelt 3.0 © DataMelt by jWork.ORG