cc.glsn.v15.neuralnet
Class NetworkTest
java.lang.Object
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
NetworkTest
public NetworkTest()
throws InterruptedException
- Throws:
InterruptedException
main
public static void main(String[] args)
throws InterruptedException
- Parameters:
args -
- Throws:
InterruptedException