INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
108

6 / 6

非代码面试题

显示 8 / 108 道匹配题目

答题状态:未尝试未正确已正确
4208Larger Gamma in an RBF KernelA soft-margin SVM keeps ||w|| 2 and total hinge loss fixed, but C increases from 0.5 to 1.5 while total hinge loss is 2.0. How much does the objective increase?机器学习中等derivation未尝试面试订阅4209Smaller Gamma in an RBF KernelAt a test point, one support vector contributes +0.9. If its dual coefficient is halved and everything else stays fixed, what contribution remains from that support vector?机器学习中等derivation未尝试面试订阅4210When Kernels Beat Manual Feature LiftsA linear SVM score at a point is 1.2 before feature rescaling. If the relevant feature values are all doubled while w is held fixed, what new score contribution comes from that linear term?机器学习中等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未尝试面试订阅