Q11. What is regularization and how do L1 and L2 differ?
Regularization adds a penalty on model complexity to the loss, discouraging large weights and reducing overfitting. L2 (ridge) adds the sum of squared weights. It shrinks...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (18 available).
Regularization adds a penalty on model complexity to the loss, discouraging large weights and reducing overfitting. L2 (ridge) adds the sum of squared weights. It shrinks...
Gradient descent minimizes a loss function by repeatedly moving parameters in the direction that decreases the loss. The gradient is the vector of partial derivatives, an...
Choose metrics that match the problem. - MAE: mean absolute error, in the target's units, robust to outliers. - MSE and RMSE: penalize large errors more; RMSE is in targe...
Both are tree ensembles, differing in how trees are combined. Random forest builds many deep, independent trees on bootstrap samples with random feature subsets, then ave...
Data leakage is when information unavailable at prediction time seeps into training, producing optimistic validation scores that collapse in production. Common sources: -...
MLOps applies DevOps practices to machine learning: versioning data, code and models; automating training and deployment; and monitoring models in production. Key compone...
ROC-AUC is the probability that a randomly chosen positive example is ranked above a randomly chosen negative one. It summarizes performance across all thresholds, and 0....
Start with the objective and data: implicit signals such as views, clicks and purchases, plus explicit ratings and item or user features. A common two-stage design: - Can...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.