From 426e146dc7b94ff828bc69c6d8f3b8cc0c2eccd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B5=D0=B1=20=D0=9D=D0=B8=D0=BA=D0=B8=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Fri, 5 Jun 2026 14:21:34 +0000 Subject: [PATCH] Add lecture2.md --- data/lecture2.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/lecture2.md diff --git a/data/lecture2.md b/data/lecture2.md new file mode 100644 index 0000000..4ca666f --- /dev/null +++ b/data/lecture2.md @@ -0,0 +1,3 @@ +# Lecture 2: Word Embeddings + +We discuss word embeddings such as Word2Vec, GloVe, and fastText, and how they capture semantic relationships between words.