From 854a03b87ea6f6c2236a341f4cad8d824ca3fb83 Mon Sep 17 00:00:00 2001 From: Minting Gao Date: Mon, 4 Aug 2025 03:05:55 +0100 Subject: [PATCH] fix(docs): correct typo from PReLU to RReLU --- .../1.\346\277\200\346\264\273\345\207\275\346\225\260.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 问题而提出来的。