adding quiz links

This commit is contained in:
Jen Looper 2022-05-23 14:02:10 -04:00
parent ba67761f09
commit c7047906d4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Semantic embeddings, such as Word2Vec and GloVe, are in fact a first step towards **language modeling** - creating models that somehow *understand* (or *represent*) the nature of the language.
## [Pre-lecture quiz](tbd)
## [Pre-lecture quiz](https://black-ground-0cc93280f.1.azurestaticapps.net/quiz/115)
The main idea behind language modeling is training them on unlabeled datasets in an unsupervised manner. This is important because we have huge amounts of unlabeled text available, while the amount of labeled text would always be limited by the amount of effort we can spend on labeling. Most often, we can build language models that can **predict missing words** in the text, because it is easy to mask out a random word in text and use it as a training sample.
@ -25,7 +25,7 @@ TBD
TBD
## [Post-lecture quiz](tbd)
## [Post-lecture quiz](https://black-ground-0cc93280f.1.azurestaticapps.net/quiz/215)
## Review & Self Study