Entry Exam Sample Questions [2021] — Mbzuai
Given a binary classifier with confusion matrix: TP=90, FN=10, FP=30, TN=70 Compute Precision , Recall , F1-score , and Accuracy .
Briefly explain how backpropagation computes gradients in a neural network. Why is the chain rule essential? Section 5: Python & Coding Logic (10%) Question 13: What is the output of the following? mbzuai entry exam sample questions
Consider ( f(x) = x^3 - 2x + 1 ). Perform one iteration of gradient descent starting at ( x_0 = 1 ) with learning rate ( \eta = 0.1 ). What is ( x_1 )? Given a binary classifier with confusion matrix: TP=90,
What is the bias-variance decomposition of expected test error? Write the formula and briefly explain each term. Section 4: Machine Learning Basics (15%) Question 10: Why does L2 regularization produce smaller but non-zero weights, while L1 regularization can produce exact zeros? Section 5: Python & Coding Logic (10%) Question