This is an application that displays a 14x14 grid which the user can draw on. As the user draws a prediction is made for which digit is being displayed.
The model used to make the predictions is made using DL4J and trained with the EMNIST digits dataset.
See: https://www.nist.gov/itl/products-and-services/emnist-dataset
- Java, JavaFX, JUnit, Maven
- Neural Network Model using DL4J
- Custom, Responsive GUI
- Reset and Save Buttons
Basic GUI and Functionality.Real-Time PredictionCreate Nueral Network Model on LaunchImprove Splash ScreenImplement Unit TestingImprove Overall Style and Layout- Containerize the Application (Docker)
Refactor,Refactor, Refactor...
For the things we have to learn before we can do them, we learn by doing them.