From 45eb8f3930d9baeaad2ae60e58ae136fa55ac538 Mon Sep 17 00:00:00 2001 From: erikafuna Date: Tue, 24 Oct 2023 10:43:32 +0200 Subject: [PATCH] Hierarchical Clustering Videos Blog Update --- .../2022-11-25-clustering-videos.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/blog/2022-12-clustering-videos/2022-11-25-clustering-videos.md b/public/blog/2022-12-clustering-videos/2022-11-25-clustering-videos.md index 4279f8363..578947fdf 100644 --- a/public/blog/2022-12-clustering-videos/2022-11-25-clustering-videos.md +++ b/public/blog/2022-12-clustering-videos/2022-11-25-clustering-videos.md @@ -14,12 +14,12 @@ oldUrl: "/blog/2022/2022-25-11-clustering-videos/" The six videos explaining hierarchical clustering in Orange are a part of [Introduction to Data Science series](https://www.youtube.com/playlist?list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab). We are preparing the videos for an online course aimed at students interested in data science. The course does not assume any background knowledge in math, statistics, and computer science and is, therefore, aimed at data science beginners. We are designing the course as a part of [Explainable AI in Healthcare Management](http://xaim.eu). A grant from European Union supports its creation. The six videos cover the topics of -- [computation of distances in two-dimensions](https://www.youtube.com/watch?v=D-tE9i-_0Co&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=6), -- [computation of distances between group of data instances](https://www.youtube.com/watch?v=sfcmsyorZV0&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=7), -- [representing the results of clustering in the dendrogram](https://www.youtube.com/watch?v=elMeCdxE05A&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=8), -- [hierarchical clustering in higher dimensions](https://www.youtube.com/watch?v=EBHbMkeSsbM&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=9), -- [use of hierarchical clustering on socioeconomic data](https://www.youtube.com/watch?v=RwCJl4vonRA&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=10), and -- [cluster explanation](https://www.youtube.com/watch?v=3SkjU2eBzNY&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=11). +- [computation of distances in two-dimensions](https://www.youtube.com/watch?v=RaIejqIs0rs&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=5), +- [computation of distances between group of data instances](https://www.youtube.com/watch?v=ZiOv5YAiE4I&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=6), +- [representing the results of clustering in the dendrogram](https://www.youtube.com/watch?v=UYz5vIxH_UI&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=7), +- [hierarchical clustering in higher dimensions](https://www.youtube.com/watch?v=ypAnhu_fB6I&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=8), +- [use of hierarchical clustering on socioeconomic data](https://www.youtube.com/watch?v=j_iqLi-NHFs&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=9), and +- [cluster explanation](https://www.youtube.com/watch?v=e58cKDfWzyA&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=10). We use two data sets in these videos. One includes imaginary data on student grades. Our task is to find student clusters and understand the characteristics of the students in each group.