This is a project that i made for the programming methodologies course at my university. It's a simplified and limited implementation of a neural network. The detailed specification of this project is presented in the "Progetto Finale – Metodologie di Programmazione – prof. Roberto Navigli.pdf" pdf although is written in italian language.
- Java 8
- Eclipse
- Download all the files in the repository, put them in a folder called MyNN and move MyNN into the eclipse workspace
- Open eclipse, create a new project and name it MyNN
- Add JUnit 4 and JavaSE 1.8 to the Java Build Path of the project
In eclipse open the test folder of the project, select one of the three test java files and run it