AlexKbit / deeplearning-digits

Sample of using deep-learning for digits recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample of using deep-learning for digits recognition

License:MIT License


Languages

Language:Java 76.3%Language:HTML 23.7%