Question 58 of 280
Single answerYou are working on a Neural Network-based project. The dataset provided to you has columns with different
ranges. While preparing the data for model training, you discover that gradient optimization is having difficulty
moving weights to a good solution. What should you do?
AUse feature construction to combine the strongest features.
✓BUse the representation transformation (normalization) technique.
CImprove the data cleaning step by removing features with missing values.
t.
DChange the partitioning step to reduce the dimension of the test set and have a larger training se
✓
Correct Answer: B
Use the representation transformation (normalization) technique.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.