(Choose 2 answers)
You are working on an automated check-out kiosk for a supermarket, and are building a classifier for apples,bananas and oranges. Suppose your classifier obtains a training set error of 0.5%, and a dev set error of 7%.Which of the following are promising things to try to improve your classifier? (Check all that apply.)
A. Increase the regularization parameter lambda
B. Decrease the regularization parameter lambda
C. Get more training data
D. Use a bigger neural network
Exit 25