GLOBAL SEARCH

搜索课程、模块、题目与收藏题单

搜索在服务端完成,题目解析与答案不会进入搜索结果。登录后可搜索自己的收藏题单。

找到 30 个结果

中文题目
模块2.6.1 · 数学与统计能力 · 机器学习理论

监督学习基础

machine-learning · statistical-learning · supervised-learning · erm · loss-functions · bayes-optimal · bias-variance · generalization

打开 →
题目1653 · 统计

A Smoothed Bernoulli Estimator vs the Sample Proportion

Let $X\sim \mathrm{Binomial}(10,p)$ and consider the estimator $$\delta = \frac{X+1}{12}$$ for $p$. At the parameter value $p=0.2$, compute the bias, variance, and MSE of $\delta$, and compare its MSE with the usual sample proportion $\hat p = X/10$.

打开 →
题目1658 · 统计

Best Blend of Two Correlated Unbiased Signals

Two unbiased estimators of the same parameter have variances 9 and 4, and their correlation is 0.5. For T(a) = aT1 + (1-a)T2, what value of a minimizes variance, and what is the resulting minimum variance?

打开 →
题目1651 · 统计

Bias Budget for a Faster Proxy

A slow benchmark estimator U is unbiased with variance 0.64. A faster proxy P has variance 0.25 but constant bias b. What is the largest absolute bias |b| for which P still has smaller MSE than U?

打开 →
题目2398 · 机器学习

Bias Budget Implied by a Variance Reduction

A regularization change reduces a model's variance term from 0.30 to 0.11 while leaving irreducible noise unchanged. How much extra bias squared could you add before the total MSE stops improving?

打开 →
题目2592 · 机器学习

Effective Independent Tree Count 8

Define B_eff by matching the correlated-forest variance sigma^2 [rho + (1-rho)/B] to the variance sigma^2 / B_eff of averaging independent trees. Derive B_eff.

打开 →
题目2559 · 机器学习

Expected Misroutes From a Surrogate Split

A surrogate split agrees with the primary split on 34 of 40 training cases where both features are present. If 12 production cases are missing the primary split feature and are routed by the surrogate, what is the expected number of misroutes?

打开 →
题目1777 · 统计

Lasso Threshold Calibration 2

A standardized lasso fit has absolute score magnitudes (3.8, 2.5, 0.9). What is the smallest lambda that zeroes the weakest feature while leaving the other two still active?

打开 →
题目2633 · 机器学习

Layer-Norm Shift Invariance 8

Ignoring learned affine parameters, why does adding the same constant a to every coordinate of a vector leave layer-normalized activations unchanged?

打开 →
题目1657 · 统计

Optimal Haircut on a Multiplicative Vol Signal

An estimator A is unbiased for theta and satisfies Var(A) = 0.3 theta^2. A risk team reports delta_c = cA instead. Find the value of c that minimizes MSE, and give the minimum MSE as a multiple of theta^2.

打开 →
题目1652 · 统计

Optimal Shrink Toward a Desk Anchor

A desk observes X ~ N(theta, 9) and reports delta_c = cX + (1-c)4. At the specific parameter value theta = 5, what choice of c minimizes MSE, and what is the minimum MSE?

打开 →
题目2399 · 机器学习

Optimal Weight on a Noisy Unbiased Model

Model A is unbiased with variance 9. Model B has variance 1.44 and fixed bias 0.6. If you blend them as P_w = wA + (1-w)B and treat their errors as independent, what weight w minimizes MSE?

打开 →