Suppose we are handling a classification problem. The training misclassification error is defined as err(h₂(x(¹)), y(i)), and the cross validation misclassification error is similarly defined by using the cross validation examples (x,y),..., x(mcv), y(mcv)). Suppose the training error is 0.0001, and the cross validation error is 0.40. What problem is the algorithm most likely to be suffering from? Q4 m Li=1 m
Suppose we are handling a classification problem. The training misclassification error is defined as err(h₂(x(¹)), y(i)), and the cross validation misclassification error is similarly defined by using the cross validation examples (x,y),..., x(mcv), y(mcv)). Suppose the training error is 0.0001, and the cross validation error is 0.40. What problem is the algorithm most likely to be suffering from? Q4 m Li=1 m
Related questions
Question
Help to explain the question in following.
Q4)
a.High bias (underfitting
b.High bias (overfitting
c.High variance (underfitting
d.High variance (overfitting
Q5)
a.No,it is currently suffering from high bias, and adding more hidden layers is unlikely to help.
b.No,it is currently suffering from high variance, and adding more hidden layers is unlikely to help.
c.Yes,this increases the number of parameters and lets the network represent more complex functions.
d.Yes,it is currently suffering from high bias.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps