INTERVIEW PREP

数学与非代码面试题

覆盖数学、概率、统计、脑筋急转弯、机器学习和金融。这里负责筛选和进入单题;编程题使用独立的 LeetCode 式 coding lab。

题目
4169
领域
8
当前筛选
215

8 / 11

非代码面试题

显示 20 / 215 道匹配题目

答题状态:未尝试未正确已正确
2458Choosing Early Stopping by the Test CurveA team trains one model, plots test loss by boosting round, and reports the round with the best test value. Why is the final test score no longer a valid final check?机器学习中等essay未尝试面试订阅2460Validation Used Until One Model Wins by LuckTwo candidate models are close. A researcher keeps slightly changing seeds and preprocessing until one model wins on the same validation slice. Why should the apparent win be discounted?机器学习困难essay未尝试面试订阅2465Why Nested Validation ExistsIf the same validation set is repeatedly used for model family choice, feature engineering, and threshold tuning, why is a second outer holdout or nested procedure conceptually necessary?机器学习困难essay未尝试面试订阅2472Intercept From Sample Means and Slope 2Derive the OLS intercept in simple regression with an intercept once beta hat is known.机器学习简单derivation未尝试免费2474Shifting the Response by a Constant 4If every target value is replaced by y i + k in an OLS model with an intercept, what happens to the fitted slope and intercept?机器学习中等derivation未尝试面试订阅2475Why Duplicate Features Cause Non-Unique Coefficients 5Why do two perfectly duplicated features make the OLS coefficient vector non-unique even though fitted predictions can stay unique?机器学习困难essay未尝试面试订阅2477Why Centering Can Simplify OLS Algebra 7Why does centering features and targets often make OLS derivations cleaner when an intercept is present?机器学习中等essay未尝试免费2479Why Multicollinearity Hurts Coefficient Stability More Than Fit 10Why can severe multicollinearity make coefficients unstable even when training predictions barely change?机器学习中等essay未尝试面试订阅2480Orthogonal Features Give Coordinatewise Coefficients 9Suppose two features x1 and x2 are centered and orthogonal. Derive the OLS coefficients in terms of x1 T y, x2 T y, ||x1|| 2, and ||x2|| 2.机器学习困难derivation未尝试面试订阅2484Response Scaling 14If every target is multiplied by c, what happens to the OLS coefficient vector and intercept?机器学习困难derivation未尝试面试订阅2487Prediction Invariance Under Equivalent Parameterizations 16Why can two different coefficient vectors produce exactly the same OLS predictions when the design is rank-deficient?机器学习中等derivation未尝试面试订阅2490Why OLS Can Still Predict Well Under Misspecification 20Why can OLS remain a useful predictor even when the true data-generating process is not exactly linear?机器学习困难essay未尝试面试订阅2499Soft-Thresholded Lasso Coefficient 4In an orthogonal one-feature problem with x T x = d and x T y = z > 0, derive the lasso coefficient when 0 < lambda < z.机器学习中等derivation未尝试面试订阅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未尝试面试订阅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未尝试面试订阅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未尝试面试订阅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未尝试面试订阅2515Why Small Lambda Means Weak Regularization 20Why does a very small lambda leave the regularized solution close to OLS?机器学习困难derivation未尝试面试订阅