A machine learning (ML) specialist is using the Amazon SageMaker DeepAR forecasting algorithm to train a model on CPU-based Amazon EC2 On-Demand instances. The model currently takes multiple hours to train. The ML specialist wants to decrease the training time of the model. Which approaches will meet this requirement? (Choose two.)
- AReplace On-Demand Instances with Spot Instances.
- BConfigure model auto scaling dynamically to adjust the number of instances automatically.
- CReplace CPU-based EC2 instances with GPU-based EC2 instances. (correct answer)
- DUse multiple training instances. (correct answer)
- EUse a pre-trained version of the model. Run incremental training.
Reveal answer & explanationHide answer
The correct answer is C, D. Option C: Replace CPU-based EC2 instances with GPU-based EC2 instances. Option D: Use multiple training instances.
Explanation
Amazon EC2 provides resizable virtual servers when you need full control of the operating system.