Question 256:
You work as a machine learning specialist for a software company that produces an auction website where users can buy art work through an auction process. Your task as a machine learning specialist for the company is to produce a machine learning model that estimates the value of the various art products put up for auction. You have decided to use a deep learning model to produce your estimates. Your data source has many features, such as artist, artist selling history, category, category selling history, rarity of product, etc. Some of these features have outliers. In your training you have realized that you have an overfitting problem. You have graphed your training error and testing error: You need to address your model overfitting. You have decided to use regularization to address your overfitting problem. Which regularization technique best fits your situation?
Answer options:
A.Lasso regularization B.Ridge regularization C.Dropout D.Early stopping