Skip to content

Procedural generation and training of neural networks for arbitrary data sets. Selection of a "fit" neural network for a given data set using a genetic algorithm. Ran on a large compute cluster at UNLV.

jhurt/NNGenerator

Repository files navigation

Software for generating NN to solve problems. Written in Clojure.

To build: 

1. %> ant dist

To run slave(s): 

1. Make sure a JMS broker is running
2. %>slaves.sh <number_of_slaves> <jms_broker_ip> <jms_broker_port>

To run master:

1. Make sure a JMS broker is running
2. %>nn-generator.sh <jms_broker_ip> <jms_broker_port>

To start ActiveMQ JMS broker:

1. %> <active_mq_home>/bin/activemq

About

Procedural generation and training of neural networks for arbitrary data sets. Selection of a "fit" neural network for a given data set using a genetic algorithm. Ran on a large compute cluster at UNLV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published