第 2 / 3 页
非代码面试题
显示 20 / 48 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
1990Minimum Risk Needed for a Chosen Alpha Level 20If a desk needs mu 1 x + mu 2 y = A with minimum quadratic risk a x 2 + b y 2, what minimum risk level is required?数学困难derivation未尝试面试订阅1991Zero Alpha Target Implies Zero Minimum Risk 21If the target alpha level A in mu 1 x + mu 2 y = A is zero, what is the minimum of a x 2 + b y 2?数学中等derivation未尝试免费1992Cheap-Fast Versus Expensive-Slow Hedge 22One hedge book is much cheaper, so the optimizer should lean on it heavily to hit the shared target. Minimize L(x,y) = 2x 2 + 8y 2 subject to 1x + 1y = 18.数学简单数值题未尝试免费1993Three-Book Allocation With Uneven Penalties 23The quadratic penalties differ across books, so the minimum-cost total-size allocation will be visibly asymmetric. Minimize Q(x,y,z) = 2x 2 + 3y 2 + 6z 2 subject to x+y+z = 22.数学简单数值题未尝试免费1994Spread-Constrained Allocation With Uneven Penalties 24The spread target fixes how far apart the outer books must sit, while the middle book absorbs the rest. Minimize 1x 2 + 2y 2 + 3z 2 subject to x+y+z=11 and x-z=1.数学中等derivation未尝试免费1995Alpha Maximization With Uneven Risk Units 25The second sleeve has both larger alpha and a different risk unit, so the optimal point must balance both effects. Maximize 4x + 6y subject to 4x 2 + 9y 2 = 225.数学困难derivation未尝试面试订阅2000Ridge Needed to Repair Local PnL Curvature 5A research model has a locally non-convex quartic approximation, and risk wants the smallest ridge that fixes it everywhere. A local PnL model is h(q)=q 4-6q 2+lambda q 2. What is the smallest lambda that makes h globally convex?数学困难数值题未尝试免费2010Smoothed Worst of Two Affine Stress Terms 15The worst-case proxy is no longer a hard max, but a smooth convex substitute. Show that g(x) = ln(exp(2x) + exp(-1x + 3)) is convex on R.数学困难derivation未尝试免费2485Why Gradient Descent and Closed Form Agree 15Why do exact gradient descent convergence and the normal-equation solution agree for OLS?机器学习困难derivation未尝试面试订阅2488Why Residual Mean Is Zero With an Intercept 18Why must OLS residuals sum to zero whenever an intercept is included?机器学习困难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未尝试面试订阅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未尝试免费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未尝试面试订阅2508Why Elastic Net Keeps the Lasso Threshold but Adds Ridge Shrinkage 14Why does elastic net still need |z| to clear an L1 threshold before a coordinate activates, but then shrink the active coefficient more than lasso does?机器学习中等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未尝试免费2518Ridge Shrinkage Ratio Numerically 23In an orthogonal coordinate with d = 6 and lambda = 2, what fraction of the OLS coefficient remains under ridge?机器学习中等derivation未尝试面试订阅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未尝试面试订阅2520Why L1 and L2 Pull Differently Near Zero 25Why does L1 regularization create a stronger qualitative push toward exact zero than L2 regularization near the origin?机器学习困难derivation未尝试面试订阅2528Why Log-Loss Rewards Calibration 9Why does a well-calibrated probability forecaster typically fare better under log-loss than a forecaster that only gets rankings right?机器学习中等essay未尝试免费