<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KVGHS6G" height="0" width="0" style="display:none;visibility:hidden"></iframe>

Tesla人工智能面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(3)
ML Domain(3)
全部(3)
ML Domain(3)
1.Where is the mask applied in a transformer model?
2.In reinforcement learning, define on-policy and off-policy. Compare TRPO and PPO, discussing their differences and advantages.
3.Debugging an End-to-End ML Pipeline
1. Where is the mask applied in a transformer model?
Where is the mask applied in a transformer model?
2. In reinforcement learning, define on-policy and off-policy. Compare TRPO and PPO, discussing their differences and advantages.
In reinforcement learning, define on-policy and off-policy. Compare TRPO and PPO, discussing their differences and advantages.
3. Debugging an End-to-End ML Pipeline
Discuss how you would debug variance issues in an end-to-end machine learning pipeline that includes model training, inference, and evaluation. Explain how distributed training is implemented and identify which components in the model training process consume the most GPU memory (input data, weights, gradients, parameters in optimizer, etc). Also, design a testing approach to prove that an autonomous vehicle drives better than an average human.