A classic example of image classification problem is to classify handwritten digits using softmax linear regression model for MNIST data. Let us suppose there is a facial database of 10 subjects and 10 images for each subject. This will be a problem of image (face) recognition.
So considering the difference in the feature space of digits and faces, by analogy can I assume each subject as each digit and images of subjects as examples of handwritten digits and apply the classification algorithm to perform recognition. Check this link
Please help me understand this?