Animal Grouping Challenge Game

Explore animal traits, build meaningful clusters, compare algorithms, tune features, detect outliers, and learn unsupervised machine learning through interactive challenges and visual feedback instantly.

Score0
Silhouetteβ€”
Cluster qualityWaiting
Timer00:00

Interactive clustering canvas

Drag animals, inspect neighbours, and watch algorithmic attraction move each animal toward its cluster.
Ready
Mission: Generate a dataset, then create compact and well-separated groups.

Two-dimensional feature projection

Cluster sizes

Cluster profile radar

Similarity matrix

Current animal dataset

Click a row to select an animal on the canvas.
AnimalWeightSpeedHabitatDietActivitySocialCluster

Cluster evaluation


Hint
Try selecting features that represent different biological dimensions.

Quality history

Selected animals

Select two animals on the canvas or in the table.

Shared and different traits

Comparison details will appear here.

How clustering works

Clustering is unsupervised learning because the dataset has no predefined target labels. The algorithm searches for animals that are similar across the selected physical, habitat, diet, and behavioural features.

K-means

Assigns animals to the nearest centroid, then repeatedly recalculates each centroid. It works best with compact, similarly sized groups.

K-medoids

Uses real animals as group representatives. It is often more robust when extreme animals distort average centroids.

Hierarchical clustering

Starts with individual animals and merges the closest groups. It reveals nested relationships and supports dendrogram-style thinking.

DBSCAN

Builds dense neighbourhoods and marks isolated animals as outliers. It can find irregular groups without choosing a fixed cluster count.


Why preprocessing matters

Weight can reach thousands while social behaviour uses a ten-point scale. Normalisation prevents large numerical ranges from dominating every distance calculation. Categorical encoding converts habitat, diet, cover, and activity into machine-readable dimensions.

Achievements

Session tools

Related Calculators

Customer Segment ExplorerMusic Taste ClusteringCity Clustering GameColour Cluster PuzzleNews Article GrouperShopping Basket ClustersPlanet Classification ExplorerPlayer Style ClusteringFind the Best Number of Clusters

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.