Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
/ NNGenerator Public archive

Generates multiple random-shaped DNNs for a given training data set and returns a subset of the most fit DNNs for the set using GA

Notifications You must be signed in to change notification settings

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

Generates multiple random-shaped DNNs for a given training data set and returns a subset of the most fit DNNs for the set using GA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published