Handwritten Digits Classification
Train a digit recognizer on 100 examples from the MNIST database of handwritten digits.
| In[1]:= | ![]() X |
| Out[1]= |
Use the classifier to recognize unseen digits.
| In[2]:= | X |
| Out[2]= |
Draw a digit with the drawing tools and attempt to recognize it.
| In[3]:= | ![]() X |
| Out[3]= |

