INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
1721

20 / 87

非代码面试题

显示 20 / 1721 道匹配题目

答题状态:未尝试未正确已正确
2434Why a Strictly Proper Loss Must Prefer Truthful Probabilities 10Why is it desirable for a probabilistic classification loss to be strictly proper rather than merely classification-accurate?机器学习困难derivation未尝试面试订阅2436Why the Business Objective May Differ From the Training Loss 23Why can it be rational to train a model under one loss and evaluate the final decision under a different business metric?机器学习简单essay未尝试免费2440Why Heavy-Tailed Noise Pushes You Away From Pure Squared Loss 15Why is pure squared loss often a poor default when the residual distribution has rare but huge outliers?机器学习中等derivation未尝试面试订阅2441Weighted Log-Loss Bayes Probability Numerically 20If p = 0.3, alpha = 4, and beta = 1 in weighted log-loss, what Bayes probability q* is optimal?机器学习简单数值题未尝试免费2442Why Proper Losses Matter Beyond Ranking 24Why is a strictly proper probabilistic loss valuable even when the final system will later choose its own operating threshold?机器学习简单essay未尝试免费2443Weighted Log-Loss Moves the Bayes Probability Toward the Costlier Class 16Why does class-weighted log-loss shift the optimal reported probability toward the class with the larger weight?机器学习中等derivation未尝试面试订阅2444Why Quantile Loss Is Useful in Risk Forecasting 17Why is pinball loss natural when the target is a VaR-like forecast rather than a mean forecast?机器学习中等derivation未尝试面试订阅2445Why Tail Forecasts Need Tail-Aligned Losses 25Why is it often a mistake to optimize plain squared loss when the operational task really cares about an extreme tail quantile?机器学习困难essay未尝试面试订阅2476Infer the Slope From Covariance and Variance 6In a simple regression with an intercept, Cov(x,y)=12 and Var(x)=16. What is the OLS slope beta hat?机器学习简单数值题未尝试免费2486Intercept From Means 17In a simple regression with intercept, xbar = 3, ybar = 11, and beta hat = 2. What is alpha hat?机器学习简单数值题未尝试免费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未尝试免费2502Elastic-Net Coordinate Update in an Orthogonal Basis 7In an orthogonal coordinate with x T x = d and score z, derive the elastic-net coefficient with L1 weight lambda 1 and L2 weight lambda 2 when the coefficient is active and positive.机器学习简单derivation未尝试免费2504Compute a Ridge Coefficient Numerically 9In an orthogonal coordinate with d = 9, z = 18, and lambda = 3, what is the ridge coefficient?机器学习中等数值题未尝试免费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未尝试面试订阅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未尝试免费2509Ridge Norm Shrinks Monotonically With Lambda 15Why should the ridge solution norm typically decrease as lambda increases?机器学习困难derivation未尝试面试订阅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未尝试面试订阅2527Probability From a Logit Score 8If a logistic model outputs score z = ln 3, what probability does it assign to class 1?机器学习中等数值题未尝试免费