mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-12-04 19:08:10 +00:00
254 B
254 B
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.