Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danini-the-panini/psonn

COS 314 Artificial Intelligence Assignment. Particle Swarm Optimisation for Neural Networks.
https://github.com/danini-the-panini/psonn

Last synced: about 1 month ago
JSON representation

COS 314 Artificial Intelligence Assignment. Particle Swarm Optimisation for Neural Networks.

Awesome Lists containing this project

README

        

PSONN
=====

COS 314 Artificial Intelligence Assignment. Particle Swarm Optimisation for Neural Networks.

To build the application:
-------------------------

Change directory into the folder you found this README file and execute "ant jar".
This should result in a "dist" folder appearing, containing "PSONN.jar", the executable jar file.

To run the application:
-----------------------

In the same directory, execute "java -jar dist/PSONN.jar".

Upon execution, you will receive a number of prompts asking for additional information.

After inputting all necessary information correctly, you will see "Training.." appear in the console. Please be patient as this can take a long time depending on the input given. Once complete, the training and test result will be displayed in the console.