Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 762 Bytes

File metadata and controls

11 lines (11 loc) · 762 Bytes

MyNN

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.

Prerequisites

  • Java 8
  • Eclipse

Installing

  1. Download all the files in the repository, put them in a folder called MyNN and move MyNN into the eclipse workspace
  2. Open eclipse, create a new project and name it MyNN
  3. Add JUnit 4 and JavaSE 1.8 to the Java Build Path of the project

Running the tests

In eclipse open the test folder of the project, select one of the three test java files and run it