Skip to content

Commit 1178059

Browse files
Update README.md
1 parent 9a8c611 commit 1178059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16-19/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 这一次给大家讲一讲一些常用的优化的方法。
22
### Regularization
3-
L1 与 L2 Loss Function 的一些问题。给FC用的。但是我实际上不太懂。[Quora答案](http://www.cs.toronto.edu/~rsalakhu/papers/srivastava14a.pdf)[一篇博客](http://www.chioka.in/differences-between-l1-and-l2-as-loss-function-and-regularization/)挺有帮助的。
3+
L1 与 L2 Loss Function 的一些问题。给FC用的。但是我实际上不太懂。[Quora答案](https://www.quora.com/What-is-the-difference-between-L1-and-L2-regularization)[一篇博客](http://www.chioka.in/differences-between-l1-and-l2-as-loss-function-and-regularization/)挺有帮助的。
44

55
### Dropout
66
随机扔掉传向末尾FC层的信号,使得末尾FC层不能完全相信所得输入。这个方法神奇地提高了正确率。可以将其理解为一种 Week Learner Ensemble 的方法。

0 commit comments

Comments
 (0)