Question: You work for a website that enables customers see all images of themselves on the internet by uploading one self-photo. Your data model uses 5 characteristics to match people to their foto: color, eye, gender, eyeglasses and facial hair. Your customers have been complaining that get tens of thousands of photos without them. What is the problem?
- You are overfitting the model to the data
- You need a smaller training set
- You are underfitting the model to the data
- You need a larger training set
Answer: The correct answer of the above question is Option C:You are underfitting the model to the data