Topic 1 Question 277
An exercise analytics company wants to predict running speeds for its customers by using a dataset that contains multiple health-related features for each customer. Some of the features originate from sensors that provide extremely noisy values.
The company is training a regression model by using the built-in Amazon SageMaker linear learner algorithm to predict the running speeds. While the company is training the model, a data scientist observes that the training loss decreases to almost zero, but validation loss increases.
Which technique should the data scientist use to optimally fit the model?
Add L1 regularization to the linear learner regression model.
Perform a principal component analysis (PCA) on the dataset. Use the linear learner regression model.
Perform feature engineering by including quadratic and cubic terms. Train the linear learner regression model.
Add L2 regularization to the linear learner regression model.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: A
A. L1 Regularization reduces the amount of noise in the model, https://docs.aws.amazon.com/machine-learning/latest/dg/training-parameters1.html
👍 2Ryan100002023/12/14 D L2 regularisation for overfitting and noise
👍 1Aaabbk2023/12/14itexamstest.com
no disscusion A :)
👍 1fimlajirki2023/12/15
シャッフルモード