INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
4169

72 / 209

非代码面试题

显示 20 / 4169 道匹配题目

答题状态:未尝试未正确已正确
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未尝试免费2483Why Centering Leaves Slopes Unchanged 13Why does centering x and y leave the fitted slope unchanged in simple OLS with an intercept?机器学习中等derivation未尝试面试订阅2484Response Scaling 14If every target is multiplied by c, what happens to the OLS coefficient vector and intercept?机器学习困难derivation未尝试面试订阅2485Why Gradient Descent and Closed Form Agree 15Why do exact gradient descent convergence and the normal-equation solution agree for OLS?机器学习困难derivation未尝试面试订阅2486Intercept From Means 17In a simple regression with intercept, xbar = 3, ybar = 11, and beta hat = 2. What is alpha hat?机器学习简单数值题未尝试免费2487Prediction Invariance Under Equivalent Parameterizations 16Why can two different coefficient vectors produce exactly the same OLS predictions when the design is rank-deficient?机器学习中等derivation未尝试面试订阅2488Why Residual Mean Is Zero With an Intercept 18Why must OLS residuals sum to zero whenever an intercept is included?机器学习困难derivation未尝试面试订阅2489A Constant Shift in One Feature 19If a feature x is replaced by x+k in a regression that already includes an intercept, what happens to the slope on x and the intercept?机器学习中等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未尝试面试订阅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未尝试面试订阅2495When OLS Predictions Are Unique 25Even if the coefficient vector is not unique, why is the OLS fitted prediction X beta hat still unique?机器学习困难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未尝试免费2498Lasso Zero Threshold in an Orthogonal Coordinate 3In an orthogonal one-feature problem with x T x = d and score z = x T y, for what lambdas does the lasso coefficient become exactly zero?机器学习中等derivation未尝试免费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未尝试面试订阅