TikTok人工智能面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(19)
ML Domain(19)
全部(19)
ML Domain(19)
1.All valid parentheses
2.L2 in NN
3.Detect Overfitting
4.ResNet
5.Gradient Vanishing
6.Binary Search
7.如何解决model cold start的问题
8.各种optimizer的区别
9.解释batch normalization
10.Interval List Intersections
11.检测不良post
12.Wrong Hashtags
13.Leetcode 148
14.Leetcode 953
15.NLP常见模型
16.等待花开
17.Application design
18. Application Scenarios of AI Virtual Humans
19. Application of AI
1. All valid parentheses
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
2. L2 in NN
How does l2 reqularization work in NN?
3. Detect Overfitting
How to detect overfitting?
4. ResNet
How does ResNet avoid vanishing gradient.
5. Gradient Vanishing
What' s vanishing gradient, how to avoid