Q41 — AWS AIF-C01 Ch.1

Question 41 of 100 | ← Chapter 1

A company is training a foundation model (FM). The company wants to improve the model's accuracy to a specific target level. Which solution meets this requirement?

Correct Answer: B. Increase epochs.

Explanation

This question tests understanding of model training parameter adjustments. In ML training, accuracy improvement often involves adjusting training parameters. Epochs refer to the number of times the entire dataset is passed through the model during training. Increasing epochs allows the model more opportunities to learn from the data, generally improving accuracy. Therefore, option B ('Increase epochs') is the correct solution.