File tree Expand file tree Collapse file tree 4 files changed +46
-4
lines changed Expand file tree Collapse file tree 4 files changed +46
-4
lines changed Original file line number Diff line number Diff line change @@ -379,10 +379,18 @@ http://www.zhihu.com/question/26768865/answer/34078149
379
379
380
380
- [ ] TODO
381
381
382
+ SVM 为什么可以处理非线性问题?
383
+
384
+ - [ ] TODO
385
+
382
386
### SVM 中的优化技术有哪些?
383
387
384
388
- [ ] TODO
385
389
390
+ ### SVM 的惩罚系数如何确定?
391
+
392
+ - [ ] TODO
393
+
386
394
### 正则化参数对支持向量数的影响
387
395
388
396
- [ ] TODO
@@ -505,6 +513,14 @@ Adaboost采用迭代的思想,每次迭代只训练一个弱分类器,训练
505
513
- [ XGBoost——机器学习(理论+图解+安装方法+python代码)] ( https://blog.csdn.net/huacha__/article/details/81029680 )
506
514
- [ 一文读懂机器学习大杀器 XGBoost 原理] ( http://blog.itpub.net/31542119/viewspace-2199549/ )
507
515
516
+ ### XGBoost 如何进行并行加速的?
517
+
518
+ - [ ] TODO
519
+
520
+ ### 每次分裂叶子节点是怎么决定特征和分裂点的?
521
+
522
+ - [ ] TODO
523
+
508
524
### Adaboost、GBDT与XGBoost的区别
509
525
510
526
- [ ] TODO
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ Pooling(降维,将低层次组合为高层次的特征)
39
39
40
40
多层次结构
41
41
42
+ ## 鞍点的定义和特点?
43
+
44
+ - [ ] TODO
45
+
42
46
## 神经网络数据预处理方法有哪些?
43
47
44
48
- [ ] TODO
Original file line number Diff line number Diff line change 141
141
142
142
- [ ] TODO
143
143
144
+ ## 详细说一下 transformer 的 encoder 过程
145
+
146
+ - [ ] TODO
147
+
144
148
## 如何做文本摘要?
145
149
146
150
- [ ] TODO
149
153
150
154
- [ ] TODO
151
155
156
+ ## ELMO
157
+
158
+ - [ ] TODO
159
+
152
160
## BERT
153
161
154
162
### 基本原理
155
163
156
164
- [ ] TODO
157
165
166
+ ## XLNet
167
+
168
+ ### 基本原理
169
+
170
+ - [ ] TODO
171
+
172
+ ## 生成式问答解决生成句子多样性的方法
173
+
174
+ - [ ] TODO
175
+
176
+ ## 怎么评价生成效果的好坏?
177
+
178
+ - [ ] TODO
179
+
158
180
## 参考资料
159
181
160
182
- [ 2018-暑期实习生-自然语言处理算法岗-面试题] ( < https://blog.csdn.net/qq_28031525/article/details/80028055 > )
Original file line number Diff line number Diff line change 118
118
- [ ] [ TP-LINK 提前批 算法岗面经] ( https://www.nowcoder.com/discuss/200260 )
119
119
- [ ] [ VIVO提前批面经_广告推荐算法] ( https://www.nowcoder.com/discuss/198919 )
120
120
- [ ] [ VIVO杭州 NLP算法工程师面经] ( https://www.nowcoder.com/discuss/198376 )
121
- - [ ] [ 百度机器学习实习三面] ( https://www.nowcoder.com/discuss/178148 )
122
- - [ ] [ 2020届NLP小渣渣实习及秋招面试记录] ( https://zhuanlan.zhihu.com/p/62902811 )
123
- - [ ] [ 字节跳动实习算法岗面经] ( https://www.nowcoder.com/discuss/174565 )
124
- - [ ] [ 20届-视觉算法-暑期实习-菜鸡的心酸历程] ( https://www.nowcoder.com/discuss/173292 )
121
+ - [x ] [ 百度机器学习实习三面] ( https://www.nowcoder.com/discuss/178148 )
122
+ - [x ] [ 2020届NLP小渣渣实习及秋招面试记录] ( https://zhuanlan.zhihu.com/p/62902811 )
123
+ - [x ] [ 字节跳动实习算法岗面经] ( https://www.nowcoder.com/discuss/174565 )
124
+ - [x] ♥♥ [ 20届-视觉算法-暑期实习-菜鸡的心酸历程] ( https://www.nowcoder.com/discuss/173292 )
125
125
- [x] [ 腾讯算法实习面试总结——论面试官虐我的一百种方式] ( https://www.nowcoder.com/discuss/163996 )
126
126
- [x] [ 旷视(face++)算法实习生面经] ( https://zhuanlan.zhihu.com/p/61221469 )
127
127
- [x] [ 我的春招实习结束了,详细算法面经] ( https://www.nowcoder.com/discuss/163388 )
You can’t perform that action at this time.
0 commit comments