mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-11 14:21:41 +08:00
| .. | ||
| embeddings-and-linear-layers.ipynb | ||
| README.md | ||
Chapter 2: Working with Text Data
- embeddings-and-linear-layers.ipynb contains optional (bonus) code to explain that embedding layers and fully connected layers applied to one-hot encoded vectors are equivalent.