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.
- A. The model has too few layers.
- B. The learning rate is too low.
- C. The learning rate is too high.
- D. The batch size is too small.
The best choice is (C): The learning rate is too high.
- A. Grid search
- B. Random search
- C. Bayesian optimization.
- D. Manual tuning
The best choice is (C): Bayesian optimization.
- A. Reduce the number of estimators to balance performance and cost.
- B. Continue increasing the number of estimators to 1,000.
- C. Decrease the learning rate.
- D. Replace the model with a single decision tree.
The best choice is (A): Reduce the number of estimators to balance performance and cost.
- A. To randomly diversify the training subsets.
- B. To correct errors made by previous learners.
- C. To reduce training time by parallelising learning.
- D. To increase interpretability.
The best choice is (B): To correct errors made by previous learners.
- A. Boosting using XGBoost.
- B. Stacking with logistic regression.
- C. Dropout regularisation.
- D. Bagging using Random Forest.
The best choice is (D): Bagging using Random Forest.
- A. The model is underconfident.
- B. The model is overconfident.
- C. The model is well-calibrated.
- D. The model has a high bias.
The best choice is (B): The model is overconfident.
- A. Platt scaling
- B. Early stopping
- C. Random search
- D. Bagging
The best choice is (A): Platt scaling
- A. Increasing the model’s accuracy on training data.
- B. Ensuring model calibration aligns predicted probabilities with actual outcomes.
- C. Using a more complex ensemble.
- D. Adding regularisation to reduce overfitting.
The best choice is (B): Ensuring model calibration aligns predicted probabilities with actual outcomes.
- A. Large-scale grid search over multiple parameters.
- B. Bayesian optimisation with 200 iterations.
- C. Random search with early stopping.
- D. Automated neural architecture search (NAS).
The best choice is (C): Random search with early stopping.
- A. Reduce model complexity or ensemble size while monitoring performance.
- B. Remove calibration to speed up training.
- C. Disable regularisation entirely.
- D. Double the learning rate.
The best choice is (A): Reduce model complexity or ensemble size while monitoring performance.