microsoft / AI-For-Beginners

12 Weeks, 24 Lessons, AI for All!
https://microsoft.github.io/AI-For-Beginners/
MIT License
33.96k stars 5.64k forks source link

The error in the original article about "Continuous skip-gram" has been corrected #261

Closed tanganke closed 3 months ago

tanganke commented 10 months ago

The error in the original article has been corrected.

“Continuous skip-gram is opposite to CBoW. The model uses surrounding window of context words to predict the current word.” -> "the model aims to predict the surrounding context words using the current word."