6.项目经验类
训练好的模型在现实中不work,问你可能的原因
Loss趋于Inf或者NaN的可能的原因
生产和开发时候data发生了一些shift应该如何detect和补救
annotation有限的情況下你要怎麼Train model
假设有个model要放production了但是发现online one important feature missing不能重新train model 你怎么办
7. NLP/RNN相关
LSTM的公式是什么
why use RNN/LSTM
LSTM比RNN好在哪
limitation of RNN
How to solve gradient vanishing in RNN
What is attention, why attention
Language Model的原理,N-Gram Model
What’s CBOW and skip-gram?
什么是Word2Vec, loss function是什么, negative sampling是什么
比如,你面一个明确做NLP的组,那么上述面经就过于基础了。
你或许还要知道 What is BERT, explain the model architecture;what is Transformer model, explain the model architecture;Transformer/BERT 比LSTM好在哪;difference between self attention and traditional attention mechanism;或许你还要知道一些简单的做distill的方法..或许根据组的方向你还要知道ASR, 或者Chat bot等等的方向的一些widely used的模型或者方法。
比如你面一个CTR的组,或许可能你大概至少要稍微了解下wide-and-deep
比如你面一个CV-segment的组,你或许可能要了解DeepMask,U-Net...等等..