Explore unsupervised learning in R through Clustering. Learn data preprocessing, apply algorithms like K-means, DBSCAN, and Hierarchical Clustering, and master validation techniques to assess model performance effectively.
Unlock the secrets of K-means clustering, the backbone of unsupervised learning. You will group data into clusters, identify cluster centroids, and refine cluster quality.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
From our community
Hear what our customers have to say about CodeSignal Learn
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
I love that it's personalized. When I'm stuck, I don't have to hope my Google searches come out successful. The AI mentor Cosmo knows exactly what I need.
Faith Yim
Software Engineer
+14
It's an amazing product and exceeded my expectations, helping me prepare for my job interviews. Hands-on learning requires you to actually know what you are doing.
Alex Bush
Full Stack Engineer
+9
I'm really impressed by the AI tutor Cosmo's feedback about my code. It's honestly kind of insane to me that it's so targeted and specific.
Abbey Helterbran
Tech consultant
+8
I tried Leetcode but it was too disorganized. CodeSignal covers all the topics I'm interested in and is way more structured.
Jonathan Miller
Senior Machine Learning Engineer
+12
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
18 practices
Unpack the complexity of hierarchical clustering, learning to construct and interpret dendrograms for valuable data insights, and apply your knowledge to real-world data.
Explore the nuanced world of density-based clustering. Learn to navigate through DBSCAN, focusing on connectivity and density functions to identify unique cluster shapes.
Explore an in-depth analysis of clustering model validation, delving into techniques that evaluate, refine, and optimize the performance of clustering algorithms. We'll discuss the Silhouette Score, Davies-Bouldin Index, and Cross-Tabulation Analysis, learning how to implement these practices to identify optimal clustering structures.