What is Unsupervised Learning?

Introduction to Unsupervised learning in machine learning

Aviral Bhardwaj
3 min readJun 22, 2022

well if you are a beginner in the field of machine learning then most probably you have heard of these types of learning well if don’t then don’t worry I would be explaining to you what is Unsupervised learning in this article

What is unsupervised learning?

Unsupervised Learning is a machine learning technique in which the users do not need to supervise the model. Instead, it allows the model to work on its own to discover patterns and information that was previously undetected. It mainly deals with the unlabelled data.

How Unsupervised learning works?

Massive amounts of data are required for unsupervised machine learning. In most circumstances, supervised learning works the same way, with more examples increasing the model’s accuracy. These datasets contain unlabeled and uncategorized data points.

The learning aim of the algorithm is to find patterns in the dataset and categorise the data points based on those patterns. In the case of cat photos, the unsupervised learning system may learn to recognise distinguishing traits such as whiskers, long tails, and retractable claws.

Types of models in supervised learning

The unsupervised learning algorithm is divided into two sorts of problems:

Clustering

Clustering is a way of organising things into clusters so that objects with the highest similarities stay in one group while having little or no similarities with objects in another group. Cluster analysis discovers similarities between data items and categorises them based on the existence or absence of such similarities.

Association

An association rule is a type of unsupervised learning strategy used to discover links between variables in a big database. It determines the collection of elements in the dataset that appear together. The association rule improves the effectiveness of marketing strategy.

Models in Unsupervised learning

  • K-means clustering
  • Neural Networks
  • Principle Component Analysis
  • Independent Component Analysis
  • Apriori algorithm
  • Singular value decomposition
  • Hierarchal clustering

Applications of Unsupervised learning

  • Medical imaging
  • Anomaly detection
  • Customer personas
  • Recommendation Engines

If you like my article and efforts towards the community, you may support and encourage me, by simply buying coffee for me

Conclusion

well I have good news for you I would be bringing some more articles to explain machine learning models with codes so leave a comment and tell me how excited are you about this

--

--

Aviral Bhardwaj

One of the youngest writer and mentor on AI-ML & Technology.