From 34e16991bb7b4fb4064ba1fb772c3030b45622b0 Mon Sep 17 00:00:00 2001 From: Gustavo Monti Date: Thu, 5 Sep 2024 03:09:46 -0300 Subject: [PATCH] updating REAMDE from chapter 02 inclund 04_bonus section (#344) * updating REAMDE from chapter 02 inclund 04_bonus section * Update ch02/README.md --------- Co-authored-by: Gustavo Monti Rocha Co-authored-by: Sebastian Raschka --- ch02/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch02/README.md b/ch02/README.md index 8c3fd59..b6f09d0 100644 --- a/ch02/README.md +++ b/ch02/README.md @@ -10,3 +10,5 @@ - [02_bonus_bytepair-encoder](02_bonus_bytepair-encoder) contains optional code to benchmark different byte pair encoder implementations - [03_bonus_embedding-vs-matmul](03_bonus_embedding-vs-matmul) contains optional (bonus) code to explain that embedding layers and fully connected layers applied to one-hot encoded vectors are equivalent. + +- [04_bonus_dataloader-intuition](04_bonus_dataloader-intuition) contains optional (bonus) code to explain the data loader more intuitively with simple numbers rather than text.