第 8 / 14 页
非代码面试题
显示 20 / 268 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
2481Adding an Orthogonal Zero-Signal Feature 11If a new centered feature z is orthogonal to both the existing centered design and the response y, what coefficient does OLS assign to z?机器学习简单derivation未尝试免费2482Projection Interpretation of the Fitted Vector 12In one sentence, what geometric object is X beta hat in OLS?机器学习简单derivation未尝试免费2486Intercept From Means 17In a simple regression with intercept, xbar = 3, ybar = 11, and beta hat = 2. What is alpha hat?机器学习简单数值题未尝试免费2491Solve a Two-Feature No-Intercept OLS System 21For a no-intercept regression with X T X = [[4, 1], [1, 9]] and X T y = [10, 19], what is beta hat?机器学习简单数值题未尝试免费2492Why Feature Scaling Helps Gradient Descent More Than Closed Form 22Why is feature scaling often crucial for gradient-descent training of OLS even though the closed-form solution itself is scale-equivariant?机器学习简单essay未尝试免费2493Projection Error Is Orthogonal to the Fitted Subspace 23Why is y - X beta hat orthogonal to every fitted vector Xv?机器学习中等derivation未尝试面试订阅2494Centered Simple Regression Through the Origin 24After centering x and y in simple regression with an intercept, what optimization problem remains for the slope?机器学习中等derivation未尝试面试订阅2496Orthogonal-Design Ridge Coefficient 1In a one-feature orthogonal design with x T x = d and x T y = s, derive the ridge coefficient as a function of lambda.机器学习简单derivation未尝试免费2497Why Ridge Shrinks but Rarely Zeros 2Why does ridge typically shrink coefficients continuously toward zero rather than setting many of them exactly to zero?机器学习简单essay未尝试免费2501Equivalent L2 Radius From a Ridge Solution 6If the ridge optimum in R p is beta hat lambda, what radius t makes it also solve the constrained problem min RSS(beta) subject to ||beta|| 2 <= t?机器学习中等derivation未尝试免费2504Compute a Ridge Coefficient Numerically 9In an orthogonal coordinate with d = 9, z = 18, and lambda = 3, what is the ridge coefficient?机器学习中等数值题未尝试免费2506Why Standardization Matters for Lasso 8Why can lasso unfairly prefer one feature over another if raw feature scales are left unstandardized?机器学习简单essay未尝试免费2507When an Orthogonal Lasso Coordinate Stays Active 13In the orthogonal one-feature case, what inequality on lambda keeps a positive-score coordinate active under lasso?机器学习简单derivation未尝试免费2511Why L1 Produces Corners and Corners Produce Sparsity 11Why is the geometry of the L1 ball often used to explain why lasso creates sparse solutions?机器学习简单essay未尝试免费2512Lasso Activation Threshold Numerically 18In an orthogonal coordinate with z = 7, what is the smallest lambda that forces the lasso coefficient to zero?机器学习中等数值题未尝试免费2514Equivalent L2 Radius in One Dimension 19In one dimension, if the ridge solution equals beta hat lambda, what radius t makes the constrained problem min RSS(beta) subject to |beta| <= t share the same optimizer?机器学习困难derivation未尝试面试订阅2516Coordinate-Descent Update for a Positive Orthogonal Lasso Coordinate 21In an orthogonal coordinate with d = 5, z = 11, and lambda = 3, what coefficient does one exact lasso coordinate-descent update return?机器学习简单数值题未尝试免费2517Why Elastic Net Is Often Preferred With Correlated Signals 22Why can elastic net be operationally more stable than pure lasso when many predictors travel together?机器学习简单essay未尝试免费2519Why Hyperparameter Search Belongs Outside the Test Set 24Why is tuning lambda on the test set just as problematic here as in any other ML pipeline?机器学习中等essay未尝试面试订阅2521Intercept-Only Logistic MLE 1For an intercept-only logistic model with n 1 positives and n 0 negatives, what fitted probability p hat maximizes the log-likelihood?机器学习简单derivation未尝试免费