INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
14

1 / 1

非代码面试题

显示 14 / 14 道匹配题目

答题状态:未尝试未正确已正确
1776Lasso Threshold Calibration 1A standardized lasso fit has score vector (4.1, 2.3, 1.7). What is the smallest lambda that makes every coefficient exactly zero?统计中等derivation未尝试免费1777Lasso Threshold Calibration 2A 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?统计简单essay未尝试免费1778Lasso Threshold Calibration 3In an orthonormal lasso update, a coordinate has score z = 2.6 and penalty lambda = 1.1. What coefficient results after soft-thresholding?统计中等数值题未尝试免费1779Lasso Threshold Calibration 4In an orthonormal lasso update, a coordinate has score z = -3.2 and penalty lambda = 0.7. What coefficient results after soft-thresholding?统计中等derivation未尝试免费1780Lasso Threshold Calibration 5A standardized lasso model has absolute scores (5.0, 4.0, 1.5). What is the smallest lambda that leaves only the strongest feature nonzero?统计困难derivation未尝试免费1781One-SE Lambda Choice 1A cross-validation table for a regularized alpha model reports (lambda, mean error, standard error) = [(0.01, 0.42, 0.02), (0.1, 0.41, 0.015), (1.0, 0.423, 0.01)]. Using the one-standard-error rule, which lambda should you choose?统计简单数值题未尝试免费1786Ridge Effective Degrees of Freedom 1A standardized ridge model has singular-value squares d j 2 = [9, 4, 1] and penalty lambda = 1. What is the effective degrees of freedom tr(S lambda) = sum d j 2/(d j 2+lambda)?统计简单essay未尝试免费1787Ridge Effective Degrees of Freedom 2A standardized ridge model has singular-value squares d j 2 = [16, 4] and penalty lambda = 4. What is the effective degrees of freedom tr(S lambda) = sum d j 2/(d j 2+lambda)?统计中等derivation未尝试免费1790Ridge Effective Degrees of Freedom 5A standardized ridge model has singular-value squares d j 2 = [12.25, 4, 0.25] and penalty lambda = 0.25. What is the effective degrees of freedom tr(S lambda) = sum d j 2/(d j 2+lambda)?统计困难derivation未尝试面试订阅1791Scaling Before Lasso on Mixed UnitsA signal library mixes raw prices, basis-point spreads, and z-scored microstructure features. Why should the team standardize features before running Lasso?统计简单derivation未尝试免费1792Why Ridge for Correlated Alpha ClustersA desk has 80 highly correlated alphas that all measure similar value exposure. Why can Ridge be preferable to pure Lasso if the goal is stable prediction rather than sparse interpretation?统计简单essay未尝试免费1793Elastic Net GroupingTwo features are almost duplicates but both are economically meaningful. Why does Elastic Net often behave better than pure Lasso here?统计中等derivation未尝试免费1794Duplicate Feature Under Pure LassoIf two predictors are exactly identical and the model uses pure Lasso, what modeling pathology should you expect?统计中等essay未尝试免费1795Why the One-SE Rule Is ConservativeWhy do practitioners often prefer the one-standard-error rule over the absolute CV minimizer when selecting a regularization parameter?统计困难essay未尝试面试订阅