From 53e40751b647887c696b05e69e0486c2a39668ee Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:38:00 +0100 Subject: [PATCH] Fixed Typo --- Chapters/10-Autoencoders/INDEX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapters/10-Autoencoders/INDEX.md b/Chapters/10-Autoencoders/INDEX.md index fb3bea1..2ed87d2 100644 --- a/Chapters/10-Autoencoders/INDEX.md +++ b/Chapters/10-Autoencoders/INDEX.md @@ -93,7 +93,7 @@ that have the desired classification maps. came from. Basically we concatenate a previous convolutional block with the convoluted one and we make a convolution of these layers. -### Pseudo Algorithm: +### Pseudo Algorithm ```python