Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 316 Bytes

mnist-java-perceptron

A single-layer perceptron to learn handwritten digits from MNIST data set.

Overview

This program trains and tests a perceptron using MNIST data.

The following files are need to run this.

  • mnist_train-images.csv
  • mnist_train-labels.csv
  • mnist_test-images.csv
  • mnist_test-labels.csv