File tree Expand file tree Collapse file tree 4 files changed +33
-9
lines changed Expand file tree Collapse file tree 4 files changed +33
-9
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ TODO
143
143
144
144
- [ 快速高斯滤波、高斯模糊、高斯平滑(二维卷积分步为一维卷积)] ( https://blog.csdn.net/qq_36359022/article/details/80188873 )
145
145
146
+ ## 图像去噪算法
147
+
148
+ - [ ] TODO
149
+
146
150
## HOG 算法
147
151
148
152
- [ ] TODO
Original file line number Diff line number Diff line change @@ -1498,5 +1498,9 @@ L2正则化参数
1498
1498
1499
1499
- [ ] TODO
1500
1500
1501
+ ## 降维的方法都有哪些?
1502
+
1503
+ - [ ] TODO
1504
+
1501
1505
## TODO
1502
1506
Original file line number Diff line number Diff line change @@ -537,6 +537,14 @@ C++中有哪些容器(序列容器,关联容器)?vetor与list的区别
537
537
538
538
- [ ] TODO
539
539
540
+ #### 使用迭代器遍历和非迭代器遍历区别?
541
+
542
+ - [ ] TODO
543
+
544
+ ### Python 的生成器
545
+
546
+ - [ ] TODO
547
+
540
548
### Python 字典采用的是什么数据结构?
541
549
542
550
答:使用的是key-value匹配的哈希结构
@@ -547,4 +555,12 @@ C++中有哪些容器(序列容器,关联容器)?vetor与list的区别
547
555
548
556
### Python 的浅拷贝和深拷贝
549
557
558
+ - [ ] TODO
559
+
560
+ ### Python的内存回收机制
561
+
562
+ - [ ] TODO
563
+
564
+ ### 可变对象和不可变对象
565
+
550
566
- [ ] TODO
Original file line number Diff line number Diff line change 82
82
> Date:2019-07-17
83
83
84
84
- [ ] [ 头条抖音互娱-图形图像一二三面] ( 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 )
94
94
95
95
- [x] [ 腾讯光子技术中心 日常实习CV方向面筋] ( https://www.nowcoder.com/discuss/206089 )
96
96
- [x] [ bigo 图像增强算法面试] ( https://www.nowcoder.com/discuss/202709 )
You can’t perform that action at this time.
0 commit comments