Courseiva

AI-900 Practice Question: Describe fundamental principles of machine learning on Azure

What is 'curriculum learning' and how does it relate to training stability?

⚠ Common exam trap

Watch out — candidates often confuse 'curriculum learning' with educational curricula or hyperparameter tuning, because the term 'curriculum' sounds like a course plan or a search schedule rather than a data ordering strategy.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Training models on progressively harder examples to improve stability and convergence

Curriculum learning is a training strategy where a model is first exposed to simpler examples and then gradually introduced to more complex ones. This approach improves training stability by preventing the model from being overwhelmed by difficult patterns early on, which can cause large gradient updates and divergence. By structuring the learning process, the model converges more reliably and often achieves better generalization.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Designing a course curriculum using AI to personalise learning for students

    Why it's wrong here

    Personalizing a course curriculum for human students using AI is an application of machine learning in education (adaptive learning platforms), where models recommend content based on a learner's performance. This is fundamentally different from curriculum learning in deep learning, which is about arranging training examples for a neural network from easy to hard so the model itself learns more effectively. The former optimizes a human's learning experience; the latter optimizes the training dynamics of an ML model.

  • Training models on progressively harder examples to improve stability and convergence

    Why this is correct

    Curriculum learning is a training strategy that orders examples from easy to hard rather than presenting them randomly. By starting with simple, low-noise samples, the model's early gradients are more stable, which helps it avoid sharp local minima and makes the optimization landscape easier to traverse. This progressive difficulty acts as a form of implicit regularization, often yielding faster convergence and better generalization on the final task.

  • A structured plan for the sequence of ML courses a data scientist should take

    Why it's wrong here

    This describes a professional development roadmap or a syllabus for human learners—a sequence of courses a data scientist would take to acquire skills. Curriculum learning in AI has nothing to do with organizing courses for people; it is a training methodology for ML models that orders the model's training examples by their difficulty. Confusing a human learning path with model training ignores that curriculum learning operates on data batches, not on educational content for practitioners.

  • Using a pre-defined curriculum of hyperparameter values to systematically explore the search space

    Why it's wrong here

    Exploring the hyperparameter space with a predefined schedule—such as grid search, random search, or Bayesian optimization—is a way to tune settings like learning rate, batch size, or network architecture. Curriculum learning, in contrast, does not prescribe how to vary hyperparameters; it dictates the order in which training examples are fed to the model. A 'curriculum' for hyperparameters would be an optimization or scheduling technique, not a method for structuring data examples by difficulty to stabilize training.

About these practice questions

Courseiva writes every AI-900 question from scratch — 985 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.