From c6466990bbe8dca90843a33a7536c94e4754ef9e Mon Sep 17 00:00:00 2001 From: rasbt Date: Wed, 12 Jun 2024 19:50:11 -0500 Subject: [PATCH] explain truncation in ch05 --- ch05/01_main-chapter-code/ch05.ipynb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ch05/01_main-chapter-code/ch05.ipynb b/ch05/01_main-chapter-code/ch05.ipynb index 5792c9d..1bf4a22 100644 --- a/ch05/01_main-chapter-code/ch05.ipynb +++ b/ch05/01_main-chapter-code/ch05.ipynb @@ -1786,7 +1786,10 @@ "id": "7ae6fffd-2730-4abe-a2d3-781fc4836f17", "metadata": {}, "source": [ - "" + "\n", + "\n", + "- (Please note that the numbers in this figure are truncated to two\n", + "digits after the decimal point to reduce visual clutter. The values in the Softmax row should add up to 1.0.)" ] }, { @@ -2477,7 +2480,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.11.4" } }, "nbformat": 4,