Knowledge check
Knowledge check
Evaluate your understanding of this unit by completing the knowledge check below.

Action item: Knowledge check
Work through each question. Correct answers and feedback mirror the Multiverse assessment.
1. You are fine-tuning a neural network for image classification. You increase the learning rate slightly, and the loss oscillates instead of decreasing. What is the most likely cause?
2. Which hyperparameter tuning method is most computationally efficient when evaluating expensive models?
3. You are training a random forest classifier and notice diminishing returns after increasing the number of estimators from 100 to 300. What’s the best next step?
4. In boosting algorithms like XGBoost, what is the main purpose of sequentially training new learners?
5. A single decision tree model on a credit scoring dataset performs well on training but poorly on unseen data. Which ensemble technique would most likely help?
6. You deploy a model that predicts a 70% chance of default, but historically only 50% of such cases default. What does this suggest?
7. Which technique would best correct an SVM model’s poorly calibrated probability outputs?
8. You’re building a loan default model where accurate probability estimates are critical for setting risk thresholds. What should you prioritise after tuning and ensembling?
9. You’re short on GPU resources but need to optimise a neural network for AUC. Which tuning approach is most practical?
10. After tuning and calibration, your model performs well but takes too long to train. What’s the most effective next step?
In progress