Skip to content

Commit 59ab858

Browse files
committed
添加 20道【机器学习】【图像处理】【Python】等方向的面试题
1 parent ac06161 commit 59ab858

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
lines changed

docs/传统图像处理.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ TODO
143143

144144
- [快速高斯滤波、高斯模糊、高斯平滑(二维卷积分步为一维卷积)](https://blog.csdn.net/qq_36359022/article/details/80188873)
145145

146+
## 图像去噪算法
147+
148+
- [ ] TODO
149+
146150
## HOG 算法
147151

148152
- [ ] TODO

docs/机器学习.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,5 +1498,9 @@ L2正则化参数
14981498

14991499
- [ ] TODO
15001500

1501+
## 降维的方法都有哪些?
1502+
1503+
- [ ] TODO
1504+
15011505
## TODO
15021506

docs/编程语言.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,14 @@ C++中有哪些容器(序列容器,关联容器)?vetor与list的区别
537537

538538
- [ ] TODO
539539

540+
#### 使用迭代器遍历和非迭代器遍历区别?
541+
542+
- [ ] TODO
543+
544+
### Python 的生成器
545+
546+
- [ ] TODO
547+
540548
### Python 字典采用的是什么数据结构?
541549

542550
答:使用的是key-value匹配的哈希结构
@@ -547,4 +555,12 @@ C++中有哪些容器(序列容器,关联容器)?vetor与list的区别
547555

548556
### Python 的浅拷贝和深拷贝
549557

558+
- [ ] TODO
559+
560+
### Python的内存回收机制
561+
562+
- [ ] TODO
563+
564+
### 可变对象和不可变对象
565+
550566
- [ ] TODO

docs/面试经验.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
> Date:2019-07-17
8383
8484
- [ ] [头条抖音互娱-图形图像一二三面](https://www.nowcoder.com/discuss/207369)
85-
- [ ] [字节跳动提前批算法工程师面经](https://www.nowcoder.com/discuss/207092)
86-
- [ ] [算法岗笔经面经记录(偏CV方向)](https://www.nowcoder.com/discuss/202732)
87-
- [ ] [Google面试经验](https://www.nowcoder.com/discuss/205633)
88-
- [ ] [铁牌退役ACM选手的春招实习日记(大数据方向)](https://www.nowcoder.com/discuss/154263)
89-
- [ ] [2019求职记录(定期更新,更新到7月现在)](https://www.nowcoder.com/discuss/202381)
90-
- [ ] [oppo提前批机器学习岗面经](https://www.nowcoder.com/discuss/205955)
91-
- [ ] [成都oppo机器学习算法工程师面经+还愿](https://www.nowcoder.com/discuss/205841)
92-
93-
- [ ] [多益游戏研发工程师面经](https://www.nowcoder.com/discuss/205561)
85+
- [x] [字节跳动提前批算法工程师面经](https://www.nowcoder.com/discuss/207092)
86+
- [x] [算法岗笔经面经记录(偏CV方向)](https://www.nowcoder.com/discuss/202732)
87+
- [x] [Google面试经验](https://www.nowcoder.com/discuss/205633)
88+
- [x] [铁牌退役ACM选手的春招实习日记(大数据方向)](https://www.nowcoder.com/discuss/154263)
89+
- [x] [2019求职记录(定期更新,更新到7月现在)](https://www.nowcoder.com/discuss/202381)
90+
- [x] [oppo提前批机器学习岗面经](https://www.nowcoder.com/discuss/205955)
91+
- [x] [成都oppo机器学习算法工程师面经+还愿](https://www.nowcoder.com/discuss/205841)
92+
93+
- [x] [多益游戏研发工程师面经](https://www.nowcoder.com/discuss/205561)
9494

9595
- [x] [腾讯光子技术中心 日常实习CV方向面筋](https://www.nowcoder.com/discuss/206089)
9696
- [x] [bigo 图像增强算法面试](https://www.nowcoder.com/discuss/202709)

0 commit comments

Comments
 (0)