Skip to content

Commit 8e789ed

Browse files
committed
fix: šŸ› correct spelling of "GoogLeNet" to "GoogleNet" in Inception section
1 parent 50dbfd6 commit 8e789ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ā€Žblog/2026/04/13/cnn-007.mdā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ $$
208208

209209
### Inception V2 and V3
210210

211-
- V1 (GoogLeNet): Replace one 5x5 conv with two stacked 3x3 conv layers.
211+
- V1 (GoogleNet): Replace one 5x5 conv with two stacked 3x3 conv layers.
212212
- Number of parameters: $5^2=25$ vs. $2\times3^2=18$ (about 28% reduction)
213213
- V2: Factorize an $n\times n$ conv into $1\times n$ and $n\times1$ convs.
214214
- For $3\times3$: $3^2=9$ vs. $3+3=6$ (about 33% reduction)

0 commit comments

Comments
Ā (0)