Handwritten number recognition app

3 views (last 30 days)
Valeria Iazzetta
Valeria Iazzetta on 5 Jan 2024
Answered: Image Analyst on 5 Jan 2024
Hi everyone, I would like to build a reinforced learning application using App Designer. This application should look like this:
https://ml.webweb.cloud/digit/draw
I would therefore like to allow the user to draw a number from 0 to 9 and in the training phase indicate what figure it is. Subsequently, in the testing phase, the application will recognize the digit drawn by the user.
Is it possible to do something similar in Matlab? I especially have difficulty realizing the phase in which the user can draw the figure. I found examples of text recognition with images and with the drawfreehand function but I don't get the desired result.
It is important that the app is interactive as it has teaching purposes to introduce machine learning to students.
Thanks to anyone who will try to help me achieve this goal.

Answers (2)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 5 Jan 2024

Image Analyst
Image Analyst on 5 Jan 2024
Yes, I'm pretty sure there is a simple deep learning example using transfer learning and the NIST numerical image data set. Search for it.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!