CPS 109 - Computer Science I Course Project
This program lets you analyze an image by predicting what digit the image contains. The prediction is based on an Artificial Neural Network (ANN).
Compile the java file and run it using the following commands in the terminal:
javac feedforward.java
java feedforward [name of file with the image that is located in the numbers folder]