Sample of using deep-learning for digits recognition. This solution based on deeplearning4j.
- 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)
Open application by root path.
- Draw you digit in window
- Submit your image
- Get result of digit on image