Welcome to the Unsupervised Learning Adventure! 🐸

Diving Into Unsupervised Learning

Unsupervised learning is a type of machine learning algorithm used to draw inferences from datasets consisting of input data without labeled responses.

Clustering 📊

Clustering is the task of dividing the population or data points into a number of groups such that data points in the same groups are more similar than those in other groups.

Read more about Clustering

Association 🤝

Association is a rule-based method for finding interesting relations between variables in large databases. It is intended to identify strong rules discovered in databases.

Explore Association Rules