CNN: Digit Classification (example by ML)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Patrizia Roda
il 1 Dic 2019
Risposto: Anmol Dhiman
il 4 Dic 2019
Hi,
I was trying the CNN example given by ML (please see the hyperlink below) with handmade pictures (by me), when I saw a "strange" behavior, the CNN classifies the non-digit pictures as digits (see annexed table)
Could you please explain that?
Many thanks.
Patrizia Roda (user ID: ptrz58)
Hyperlink: CCN digit recognition

0 Commenti
Risposta accettata
Anmol Dhiman
il 4 Dic 2019
The above network is trained for 10-digit classes only. If any other random image is given to the network as in the above case, the predicted class will be close to what the image looks like in the training data (which are the digits). Network will try to assign a class to the image. If it is required to give extra class for the above random images, try to retrain the network with the above random images providing a new class with help of below link.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!