INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
184

8 / 10

非代码面试题

显示 20 / 184 道匹配题目

答题状态:未尝试未正确已正确
2640Cosine Decay Schedule 12A learning rate decays from eta max to eta min over T steps using cosine annealing. What is eta t at step t?机器学习困难derivation未尝试免费2675Break-Even Hit Rate After Trading CostsA directional model earns +1 unit on a correct trade and -1 unit on an incorrect trade before costs. Each round trip also pays a cost of 0.08 units regardless of outcome. What hit rate p makes expected net PnL zero?机器学习困难derivation未尝试面试订阅2682Why Crowding Erodes Published Signals FastestWhy do signals that are easiest to explain and copy often decay faster after publication than more fragile niche edges?机器学习简单essay未尝试面试订阅2746Truthful Bidding Under a Capacity PenaltyIn a second-price auction for one extra inventory slot, paying above your true value v can backfire because if you win while your realized usage is low, you incur a deterministic penalty k. If the penalty is independent of the auction price and only applies when you win, what is the effective value that should replace v in the usual Vickrey truth-telling argument?脑筋急转弯困难derivation未尝试面试订阅2757Reserve Price as a Participation FilterIn a second-price auction with reserve r, a bidder with value v faces a strategic question only when v is near r. What simple cutoff rule determines whether the bidder should participate at all?脑筋急转弯中等derivation未尝试面试订阅3228Regularization as an Implicit PriorWhy do people say that ridge or lasso regularization has a Bayesian interpretation, even if the optimization is carried out in a frequentist workflow?统计中等essay未尝试面试订阅3341Projected Optimum Above the FloorMinimize (x-2) 2 subject to x\ge 0. Using the KKT form g(x)=0-x\le 0, find the optimizer x * and the optimal multiplier .数学简单derivation未尝试面试订阅3345Negative Target, Mildly Active FloorMinimize (x--2) 2 subject to x\ge -1. Using the KKT form g(x)=-1-x\le 0, find the optimizer x * and the optimal multiplier .数学简单derivation未尝试面试订阅3346Closest Point to the Origin Above a Budget LineMinimize x 2+y 2 subject to x+y\ge 1. Find (x *,y *) and the optimal KKT multiplier for the inequality g(x,y)=1-x-y\le 0.数学中等derivation未尝试面试订阅3351Weighted Quadratic with Cheap x and Expensive yMinimize 1x 2+3y 2 subject to x+y\ge 4. Find (x *,y *) and the KKT multiplier.数学中等derivation未尝试面试订阅3356Feasible Center Means Zero MultiplierConsider minimizing (x-1) 2+(y-1) 2 subject to x+y\ge 1. At the optimum, is the inequality active or inactive, and what does KKT imply about ?数学中等derivation未尝试面试订阅3358Offset Point Already FeasibleConsider minimizing (x-2) 2+(y--1) 2 subject to x+y\ge 0. At the optimum, is the inequality active or inactive, and what does KKT imply about ?数学中等derivation未尝试面试订阅3360High y Coordinate Makes the Constraint SlackConsider minimizing (x--1) 2+(y-3) 2 subject to x+y\ge 1. At the optimum, is the inequality active or inactive, and what does KKT imply about ?数学中等derivation未尝试面试订阅3361Why Convexity Makes KKT So PowerfulWhy do KKT conditions become sufficient, not just necessary, in many convex optimization problems?数学中等essay未尝试面试订阅3362Complementary Slackness as an Economic StatementExplain complementary slackness in plain language to a PM who thinks of constraints as scarce resources.数学中等essay未尝试面试订阅3363When KKT Is Not Enough by ItselfGive one reason why solving the KKT equations in a nonconvex problem may fail to identify the global optimum.数学中等essay未尝试面试订阅3364Shadow Price InterpretationWhy is the optimal multiplier often interpreted as the marginal value of relaxing or tightening a constraint?数学中等essay未尝试面试订阅3365Why Slater-Type Regularity MattersWhy do regularity conditions such as Slater's condition matter when applying KKT?数学中等essay未尝试面试订阅4291Weight Decay Shrinkage 1A hidden unit has pre-dropout activation 3.2. You apply inverted dropout with keep probability 0.8. If the unit is kept on this training pass, what value is forwarded after dropout?机器学习简单数值题未尝试面试订阅4292Weight Decay Shrinkage 2A 4-class classifier uses label smoothing with epsilon = 0.2, distributing epsilon uniformly across all 4 classes including the true class. If class 3 is the correct label, what smoothed target vector do you train on?机器学习简单数值题未尝试面试订阅