To test the ResNet we’ve implemented in Week 2’s programming Assignment 1, I used images of my own hand. The model performed poorly. And, given the text in the next cell of the notebook. It seems the author of the assignment anticipated this. My images were against a clear light background, but still the model did not perform well. The author hints that it might be related to some distributions. And, prompts us for a possible solution. I would like to ask:
- Why do you think that the model might be performing poorly?
- What are the distributions that the author might be hinting at?
- What would be the potential solution to address model’s poor performance on user data?
For the third question, one solution that comes to mind is that we use transfer learning to train final few layers on user data. What do you think?