From 1e61943bf292121343b85570c8cdc7f7c4e6ebd8 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 29 Jun 2024 07:01:37 -0500 Subject: [PATCH] force refresh figure --- ch04/01_main-chapter-code/ch04.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04/01_main-chapter-code/ch04.ipynb b/ch04/01_main-chapter-code/ch04.ipynb index 61633c2..14bb2a8 100644 --- a/ch04/01_main-chapter-code/ch04.ipynb +++ b/ch04/01_main-chapter-code/ch04.ipynb @@ -776,7 +776,7 @@ "- This is achieved by adding the output of one layer to the output of a later layer, usually skipping one or more layers in between\n", "- Let's illustrate this idea with a small example network:\n", "\n", - "" + "" ] }, {