Skip to content

Commit 6715b14

Browse files
committed
Update video links and add related challenges
1 parent 9e24637 commit 6715b14

File tree

1 file changed

+9
-2
lines changed
  • content/videos/livestreams/sentence-embeddings/clustering-sentence-embeddings

1 file changed

+9
-2
lines changed

β€Žcontent/videos/livestreams/sentence-embeddings/clustering-sentence-embeddings/index.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"date": "2023-12-04",
77
"languages": ["Transformers.js"],
88
"topics": ["transformers", "embeddings", "retrieval augmented generation", "umap"],
9-
"canContribute": false,
9+
"canContribute": true,
10+
"relatedChallenges": ["39-madlibs-generator", "37-diastic-machine", "44-afinn-111-sentiment-analysis"],
1011
"timestamps": [
1112
{ "time": "0:00:00", "title": "Livestream starts" },
1213
{ "time": "0:06:10", "title": "Welcome" },
@@ -163,11 +164,17 @@
163164
"url": "/tracks/discord-bots/discord/setup-node-project",
164165
"description": "My tutorial about setting up a Node project."
165166
},
167+
{
168+
"icon": "πŸš‚",
169+
"title": "What is word2vec? - Programming with Text",
170+
"url": "https://www.youtube.com/watch?v=LSS_bos_TPI",
171+
"description": "In this tutorial, I explain word embeddings and the machine learning model word2vec."
172+
},
166173
{
167174
"icon": "πŸš‚",
168175
"title": "Introduction to Regular Expressions",
169176
"url": "https://www.youtube.com/watch?v=7DG3kCDx53c",
170-
"description": "My video about Regular Expressions."
177+
"description": "In this video I introduce Regular Expressions: what are they and how are they used."
171178
},
172179
{
173180
"icon": "πŸš‚",

0 commit comments

Comments
Β (0)