Loss Function Quiz

Master regression, classification, ranking, reconstruction, and robust losses through calculations, scenarios, debugging challenges, visual feedback, explanations, and personalized performance reports today for every learner.

Configure your quiz

Question bank: 130 questions across six learning areas.

Used only in timed mode.
Incorrect answers deduct 0.25 points.

How to use

  1. Choose a mode, topic, difficulty, and question count.
  2. Select one answer, or several for multi-select questions.
  3. Use hints, bookmarks, navigation, pause, and saved progress.
  4. Submit to view scores, charts, topic analysis, and explanations.
MSE
MSE = (1/n) Σ(y - ŷ)²
MAE
MAE = (1/n) Σ|y - ŷ|
Binary cross-entropy
BCE = -[y ln(p) + (1-y) ln(1-p)]
Categorical cross-entropy
CE = -Σ yₖ ln(pₖ)
Huber, δ = 1
0.5r² when |r| ≤ 1; otherwise |r| - 0.5
Weighted mean
Σ(wᵢLᵢ) / Σwᵢ
00:00

Quiz paused

Your progress is saved in this browser.

Question navigator

Outlined: current · Blue: answered · Green/red: checked · Star: bookmarked

Performance report

Score
Accuracy
Correct
Average time

Detailed answer review

# Question Your answer Correct answer Result Explanation

Related Calculators

Model Training Process QuizCost Function QuizOptimisation Algorithm QuizGradient Descent QuizLearning Rate QuizEpoch, Batch, and Iteration QuizBias and Variance QuizBias-Variance Trade-Off QuizUnderfitting QuizOverfitting Quiz

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.