Fix Word Embeddings lesson link

This commit is contained in:
HARDIKK 2026-08-03 15:45:29 +05:30
parent 33e781bf7b
commit dfd52f106d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ If you're interested in learning about NLP from a classic ML perspective, visit
In this section we will learn about:
* [Representing text as tensors](13-TextRep/README.md)
* [Word Embeddings](14-Emdeddings/README.md)
* [Word Embeddings](14-Embeddings/README.md)
* [Language Modeling](15-LanguageModeling/README.md)
* [Recurrent Neural Networks](16-RNN/README.md)
* [Generative Networks](17-GenerativeNetworks/README.md)