第 1 / 2 页
非代码面试题
显示 20 / 25 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
1776Lasso Threshold Calibration 1A standardized lasso fit has score vector (4.1, 2.3, 1.7). What is the smallest lambda that makes every coefficient exactly zero?统计中等derivation未尝试免费1779Lasso Threshold Calibration 4In an orthonormal lasso update, a coordinate has score z = -3.2 and penalty lambda = 0.7. What coefficient results after soft-thresholding?统计中等derivation未尝试免费1793Elastic Net GroupingTwo features are almost duplicates but both are economically meaningful. Why does Elastic Net often behave better than pure Lasso here?统计中等derivation未尝试免费1795Why the One-SE Rule Is ConservativeWhy do practitioners often prefer the one-standard-error rule over the absolute CV minimizer when selecting a regularization parameter?统计困难essay未尝试面试订阅2500Equivalent Lambda for a Target Ridge Shrinkage Ratio 5In an orthogonal coordinate, ridge shrinks beta ols by the factor d/(d+lambda). What lambda yields a shrinkage ratio r in (0,1)?机器学习困难derivation未尝试面试订阅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未尝试免费2503MAP Interpretation of Ridge 10Under a Gaussian-noise linear model, what Gaussian prior on beta makes ridge the MAP estimator?机器学习中等derivation未尝试面试订阅2505Ridge Never Flips Sign in the Orthogonal One-Feature Case 12In the orthogonal one-feature case with z = x T y, why does ridge preserve the sign of z for every lambda >= 0?机器学习困难derivation未尝试面试订阅2509Ridge Norm Shrinks Monotonically With Lambda 15Why should the ridge solution norm typically decrease as lambda increases?机器学习困难derivation未尝试面试订阅2510Zero Lambda Recovers OLS 16Why do ridge and lasso both reduce to OLS when their regularization parameter is set to zero?机器学习困难derivation未尝试面试订阅2512Lasso Activation Threshold Numerically 18In an orthogonal coordinate with z = 7, what is the smallest lambda that forces the lasso coefficient to zero?机器学习中等数值题未尝试免费2515Why Small Lambda Means Weak Regularization 20Why does a very small lambda leave the regularized solution close to OLS?机器学习困难derivation未尝试面试订阅3341Projected Optimum Above the FloorMinimize (x-2) 2 subject to x\ge 0. Using the KKT form g(x)=0-x\le 0, find the optimizer x * and the optimal multiplier .数学简单derivation未尝试面试订阅3345Negative Target, Mildly Active FloorMinimize (x--2) 2 subject to x\ge -1. Using the KKT form g(x)=-1-x\le 0, find the optimizer x * and the optimal multiplier .数学简单derivation未尝试面试订阅3346Closest Point to the Origin Above a Budget LineMinimize x 2+y 2 subject to x+y\ge 1. Find (x *,y *) and the optimal KKT multiplier for the inequality g(x,y)=1-x-y\le 0.数学中等derivation未尝试面试订阅3351Weighted Quadratic with Cheap x and Expensive yMinimize 1x 2+3y 2 subject to x+y\ge 4. Find (x *,y *) and the KKT multiplier.数学中等derivation未尝试面试订阅3356Feasible Center Means Zero MultiplierConsider minimizing (x-1) 2+(y-1) 2 subject to x+y\ge 1. At the optimum, is the inequality active or inactive, and what does KKT imply about ?数学中等derivation未尝试面试订阅3358Offset Point Already FeasibleConsider minimizing (x-2) 2+(y--1) 2 subject to x+y\ge 0. At the optimum, is the inequality active or inactive, and what does KKT imply about ?数学中等derivation未尝试面试订阅3360High y Coordinate Makes the Constraint SlackConsider minimizing (x--1) 2+(y-3) 2 subject to x+y\ge 1. At the optimum, is the inequality active or inactive, and what does KKT imply about ?数学中等derivation未尝试面试订阅3361Why Convexity Makes KKT So PowerfulWhy do KKT conditions become sufficient, not just necessary, in many convex optimization problems?数学中等essay未尝试面试订阅