Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 991 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 991 Bytes

gesture-guesser

gesture-guesser is a Java project for collecting samples of handwritten gestures and then using the collected samples to train a feedforward neural network, built into a UI where you can test the behaviour of the neural network on new samples given by the user.

gesture-collector

By running the GestureCollectorApp, through the given UI, users can collect and classify arbitrary handwritten symbols, persisting the samples onto disk when finished.

notepad--

gesture-guesser

By running the GestureGuesserApp, users first train and configure the neural network, then, through the given UI can provide the neural network with handwritten gestures, classifying the samples as they go.

notepad--