第 13 / 37 页
非代码面试题
显示 20 / 738 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
4187Why More Features Can Hurt Linear ModelsWhy can adding many plausible engineered features make a linear model worse rather than better?机器学习中等essay未尝试面试订阅4188Why Dummy Variable Traps Are More Than a Coding BugWhy is the dummy-variable trap more than just a harmless coding oversight?机器学习中等essay未尝试面试订阅4189Why Domain Features Still MatterIn an era of flexible models, why can careful domain-driven feature engineering still matter a lot for linear methods?机器学习中等essay未尝试面试订阅4190A Fast Sanity Check for Feature-Engineering AnswersWhat is a fast sanity check after solving a feature-engineering interview question?机器学习中等essay未尝试面试订阅4196Kernel Decision Function Evaluation 1A kernel SVM prediction uses two support vectors. Their signed contributions at a test point are +1.2 and -0.4, and the bias is -0.1. What score and predicted class result?机器学习中等数值题未尝试面试订阅4198Kernel Decision Function Evaluation 3Using the degree-3 polynomial kernel K(x,z)=(x·z+1) 3, what is K((1,1),(2,-1))?机器学习中等数值题未尝试面试订阅4201Polynomial KernelA soft-margin SVM sees y f(x) values [1.4, 0.8, -0.3, 1.0] on four points. Which points actively enter the hinge-loss term because they are strictly inside the margin or misclassified?机器学习中等derivation未尝试面试订阅4202Antisymmetric PseudokernelThree separating hyperplanes all classify the training set correctly, but their ||w|| values are 2.0, 4.0, and 1.6. Which one has the widest geometric margin?机器学习中等derivation未尝试面试订阅4203RBF KernelModel A has ||w|| 2=1.0 and total hinge loss 3.0. Model B has ||w|| 2=4.0 and total hinge loss 0.5. If C=0.2, which SVM objective is smaller?机器学习中等derivation未尝试面试订阅4204Negative Linear FormIn an SVM dual solution, one training point has α i=0.4 with C=1.0. What does that suggest about the point's role relative to the margin?机器学习中等derivation未尝试面试订阅4211Why Only Support Vectors Matter at Prediction TimeIf your features are extremely sparse one-hot indicators with huge dimension, would you usually try a linear SVM or an RBF SVM first, and why?机器学习中等essay未尝试面试订阅4212Why the Dual Is Attractive in Kernel SVMsWhy is feature scaling especially important before using an RBF SVM?机器学习中等essay未尝试面试订阅4213Why Hard Margin Is FragileWhy do only support vectors matter at prediction time in an SVM?机器学习中等essay未尝试面试订阅4214Why Kernels Are Not FreeWhy can choosing C extremely large increase overfitting risk in a soft-margin SVM?机器学习中等essay未尝试面试订阅4215A Fast Sanity Check for Kernel-SVM AnswersWhy can a high-degree polynomial kernel become numerically and statistically awkward on unscaled features?机器学习中等essay未尝试面试订阅4226High-Cardinality ID TrapA random forest says a hashed customer ID is the most important feature by impurity decrease, even though the validation permutation drop is almost zero. What is the most likely trap?机器学习中等derivation未尝试面试订阅4227Leakage Proxy TrapA model ranks a 'days since settlement' field as highly important in a fraud predictor, but that field is only known after the case outcome becomes visible. What is wrong with reading that as genuine predictive importance?机器学习中等derivation未尝试面试订阅4228Proxy Feature TrapA tree model gives most importance to ZIP code instead of the underlying income and region variables. Why should you be cautious before concluding ZIP code is the true driver?机器学习中等derivation未尝试面试订阅4229Correlation Split Credit TrapTwo nearly identical features alternate as top splitters across different random seeds. Does that mean the signal is unstable?机器学习中等derivation未尝试面试订阅4230Negative Permutation ImportanceA weak feature shows slightly negative permutation importance on a finite validation set. Should you immediately conclude it is genuinely anti-predictive?机器学习中等derivation未尝试面试订阅