cc.glsn.v15.neuralnet
Class NetworkTest

java.lang.Object
  extended by cc.glsn.v15.neuralnet.NetworkTest

public class NetworkTest
extends Object

Test suite. Acts as some sample code of the thing in action as well. Currently a mess, but is better than nothing. Uses a single neural network to simultaniously find a random floating point number, 'x' and solve a boolean logic expression. Tests the networks ability to: - learn things at all - learn two unrelated outputs - ignore things that are irrelevent - rock


Constructor Summary
NetworkTest()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkTest

public NetworkTest()
            throws InterruptedException
Throws:
InterruptedException
Method Detail

main

public static void main(String[] args)
                 throws InterruptedException
Parameters:
args -
Throws:
InterruptedException