This question evaluates proficiency with preprocessing techniques (PCA and L2 normalization), variance reduction and multicollinearity, baseline model selection (logistic regression versus alternatives), backpropagation and gradient computation, knowledge-informed machine learning, and decision-threshold tuning for ROC-style evaluation.
You built a binary classifier and used a preprocessing pipeline that included PCA and L2 normalization before training. You evaluated models with ROC-type metrics and considered logistic regression alongside alternative baselines. The interviewer wants you to connect preprocessing to variance reduction, explain gradients/backprop in neural nets, and discuss threshold selection and evaluation trade-offs.
Login required