第 3 / 9 页
非代码面试题
显示 20 / 171 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
2404Data Multiplier Needed to Push Variance Below a Noise Floor FractionA model's variance term is currently 0.30, and irreducible noise is 0.05. If variance scales exactly like 1/n, by what factor must the dataset grow so the variance term falls to 0.05?机器学习中等derivation未尝试面试订阅2405Recover the Irreducible NoiseA model has test MSE 0.92, bias 2 0.15, and variance 0.27. What irreducible noise term is implied?机器学习简单数值题未尝试面试订阅2406Choose the Better Model at a Given Sample SizeAt sample size n=60, compare model A with excess error 0.04 + 12/n to model B with excess error 0.16 + 2/n. Which one has smaller excess test error?机器学习简单数值题未尝试免费2407Improvement in Excess Error From a Regularization MoveA regularization change raises bias 2 from 0.03 to 0.07 but cuts variance from 0.22 to 0.08. By how much does excess test error improve?机器学习简单数值题未尝试免费2408Variance of a Three-Model Independent AverageThree independently trained models each have variance 1.8 and negligible bias. What is the variance of their equal-weight average?机器学习简单数值题未尝试面试订阅2409Why More Data Usually Helps a Variance-Dominated Model FirstWhy does collecting more data usually help a high-variance model more than a high-bias model?机器学习困难essay未尝试面试订阅2410Why Regularization Can Raise Train Error but Lower Test ErrorWhy is it perfectly consistent for regularization to worsen train fit but improve out-of-sample MSE?机器学习中等essay未尝试面试订阅2411Why Feature Expansion Can Worsen Test Error Without Adding SignalWhy can adding many flexible features worsen test error even if the true predictive signal has not changed at all?机器学习简单essay未尝试免费2412Why Model Rankings Can Flip as n GrowsWhy can a simple model beat a flexible one at small n and then lose badly once n is large?机器学习中等essay未尝试面试订阅2413Why Bagging Mainly Targets VarianceWhy is bagging usually described as a variance-reduction tool rather than a bias-reduction tool?机器学习中等essay未尝试面试订阅2414Why Irreducible Noise Caps the Best Achievable Test ErrorWhy can model improvements stall even after both bias and variance seem small?机器学习困难essay未尝试面试订阅2415Why a Stable but Biased Model May Be Preferred OperationallyWhy might a desk prefer a slightly biased model that behaves predictably over a lower-bias model whose outputs swing wildly retrain to retrain?机器学习困难essay未尝试面试订阅2416Why Learning Curves Diagnose Which Error Source DominatesWhat does it usually mean if training error is low, validation error is much higher, and the gap narrows steadily with more data?机器学习简单essay未尝试免费2417Why Train Error Alone Is a Bad Complexity SelectorWhy is 'pick the model with the lowest train error' a bad rule for model selection?机器学习简单essay未尝试免费2418Why Small Validation Sets Overreact to Complex ModelsWhy can small validation sets make model-comparison results look much noisier for complex models?机器学习中等essay未尝试面试订阅2419Why Low Bias Is Not Automatically DesirableWhy is 'lower bias' not automatically a sufficient argument for preferring one model over another?机器学习中等essay未尝试免费2420Why Deployment Preferences Can Differ From Benchmark-MSE PreferencesWhy can the model that minimizes benchmark MSE fail to be the one a production team actually deploys?机器学习困难essay未尝试面试订阅2422Log-Loss Gap Between Two Positive ForecastsAn event occurs (y=1). Forecast A assigns probability 0.9 and forecast B assigns probability 0.7. By how much is B's log loss larger than A's?机器学习简单数值题未尝试免费2423Weighted Log-Loss Bayes Probability 3For binary Y with P(Y=1|X)=p, consider weighted log-loss L(q,Y) = -alpha Y ln q - beta (1-Y) ln(1-q). What probability q minimizes the conditional expected loss?机器学习中等derivation未尝试免费2425Why Asymmetric Loss Changes the Optimal Prediction 21Why does changing the relative penalty on overprediction versus underprediction generally move the Bayes act away from the conditional mean?机器学习困难essay未尝试面试订阅