Machine Learning Fundamentals

Course artwork
Interactive AI lesson10 min · Lesson 1 of 4
Beginner10 minIn progress

Frame a machine-learning problem

Define the decision the system will support, the prediction target, the available input at prediction time and the cost of different mistakes.

What you’ll learn

  • Connect the model to a real decision
  • Define target and unit of prediction
  • Avoid using future information as input
  • Identify false-positive and false-negative costs
WORKED EXAMPLE

Problem statement

Predict which enrolled learners may need additional support next week using attendance and completed assignments available today; use the score to prompt teacher review, not automatic penalties.
Hands-on activityTurn “predict student success” into a measurable target, input window, decision and human review step.

Knowledge check

What is data leakage?