This question evaluates competency in binary classification metrics (confusion matrices, TPR/FPR), basic neural network forward computation (sigmoid neuron z and output), and knowledge of activation function selection and pitfalls.
You have a 70-minute assessment with several ML-fundamentals multiple-choice questions. Answer the following (show calculations where applicable).
You are given four candidate confusion matrices (binary classification). For each matrix, rows are Actual and columns are Predicted.
Option A
Option B
Option C
Option D
Target requirements:
Question: Which option(s) satisfy both requirements?
A single neuron computes:
Given:
Question: Compute and (to 3 decimal places).
Consider the following activation functions: sigmoid, tanh, ReLU, Leaky ReLU, softmax.
Questions:
Login required