Tag Archives: clustering

K-Means Interactive Demo in your browser

In this blog post, I introduce a new interactive tool for showing a demonstration of the K-Means algorithm for students (for teaching purposes). The K-Means clustering demo tool can be accessed here: philippe-fournier-viger.com/tools/kmeans_demo.php The K-Means demo, first let you enter … Continue reading

Posted in Data Mining, Data science | Tagged , , , , , | Leave a comment

Introduction to clustering: the K-Means algorithm (with Java code)

In this blog post, I will introduce the popular data mining task of clustering (also called cluster analysis).  I will explain what is the goal of clustering, and then introduce the popular K-Means algorithm with an example. Moreover, I will briefly explain how an open-source Java implementation of … Continue reading

Posted in Big data, Data Mining, Data science, open-source | Tagged , , , , , , | 1 Comment