注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
面试一共8道选择题+1 道 code题
code:
Convert production schedule:
A factory production schedule is expressed as k1[S1]k2[S2]S3 as a compact way for representing repeat S1 production pattern for k1 times and then S2 pattern for k2 times, where S1, S2, and S3 may also be expressed using this compressed schedule representation. For an easier understanding of what will be produced on each timestamp, we need to decompress the schedule in this compressed format, can you write a function for the decompression? For example 3[A]2[3[B]]C classification problem in which the response is sampled from a non-linear complex function, which of the following algorithms has the potential to perform the best?
Logistic Regression
K-nearest neighbors
Linear Discriminant Analysis
Quadratic Discriminant Analysis
8. 32张牌选2个花色 |