Skip to content

mark0110/Image-Analyzer

Repository files navigation

Image Analyzer

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).

How to Run?

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]

Authors

Mark Volfson

About

Image Analyzer implemented in JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages