From 44a009f7e6a5e66a9d3a184e163cea30a26b38e9 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Mon, 22 Apr 2024 20:40:48 -0500 Subject: [PATCH] update stride wording --- ch02/01_main-chapter-code/ch02.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch02/01_main-chapter-code/ch02.ipynb b/ch02/01_main-chapter-code/ch02.ipynb index 8ac329c..d23764f 100644 --- a/ch02/01_main-chapter-code/ch02.ipynb +++ b/ch02/01_main-chapter-code/ch02.ipynb @@ -1243,7 +1243,7 @@ "id": "0c9a3d50-885b-49bc-b791-9f5cc8bc7b7c", "metadata": {}, "source": [ - "- We use a sliding window approach where we slide the window one word at a time (this is also known as `stride=1`):\n", + "- We use a sliding window approach, changing the position by +1:\n", "\n", "" ] @@ -1878,7 +1878,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.10" } }, "nbformat": 4,