Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danini-the-panini/psonn
- Owner: danini-the-panini
- Created: 2013-05-09T16:34:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T14:54:39.000Z (over 11 years ago)
- Last Synced: 2023-06-11T05:35:17.885Z (over 1 year ago)
- Language: Java
- Size: 263 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.