diff --git "a/01.\345\244\247\350\257\255\350\250\200\346\250\241\345\236\213\345\237\272\347\241\200/1.\346\277\200\346\264\273\345\207\275\346\225\260/1.\346\277\200\346\264\273\345\207\275\346\225\260.md" "b/01.\345\244\247\350\257\255\350\250\200\346\250\241\345\236\213\345\237\272\347\241\200/1.\346\277\200\346\264\273\345\207\275\346\225\260/1.\346\277\200\346\264\273\345\207\275\346\225\260.md" index 1201205..e1cef4d 100644 --- "a/01.\345\244\247\350\257\255\350\250\200\346\250\241\345\236\213\345\237\272\347\241\200/1.\346\277\200\346\264\273\345\207\275\346\225\260/1.\346\277\200\346\264\273\345\207\275\346\225\260.md" +++ "b/01.\345\244\247\350\257\255\350\250\200\346\250\241\345\236\213\345\237\272\347\241\200/1.\346\277\200\346\264\273\345\207\275\346\225\260/1.\346\277\200\346\264\273\345\207\275\346\225\260.md" @@ -107,7 +107,7 @@ $$ #### 5.3 PReLU, RReLU -PReLU 的全称为 Parametric Relu;PReLU 的全称为 Random ReLU。 +PReLU 的全称为 Parametric Relu;RReLU 的全称为 Random ReLU。 这两个方法和 Leaky ReLU 类似,都是 ReLU 的变体。也都是为了解决 Dead ReLU 问题而提出来的。