Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 811 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 811 Bytes

Number Recognition MLP

A multilayer perceptron trained on a subset of the MNIST data set.

Installation

Build the code yourself!

git clone https://github.com/Vrandus/Number-Recognition-MLP.git
go build

Usage

To get it running, use something like following (on Windows)

Number-Recognition-MLP.exe -mnist train

...

Number-Recognition-MLP.exe -mnist predict

For more Arguments, add the flag -h

Number-Recognition-MLP.exe -h

References