Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 985 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 985 Bytes

Build Status

Project Overview

Sample of using deep-learning for digits recognition. This solution based on deeplearning4j.

Application run

  • ApplicationLauncher - spring boot launcher with UI
  • DataSetPrepare - Java runner for prepare training data (/dataset/digits.txt)
  • TrainNeuralNet - Java runner for neural net training (/resources/nnModel)

User interface

UI digit 1

UI digit 3

UI digit 8

Open application by root path.

  • Draw you digit in window
  • Submit your image
  • Get result of digit on image