unsupervised learning
unsupervised learning
Unsupervised learning is a type of machine learning in which models are trained using
unlabeled dataset and are allowed to act on that data without any supervision.
28.7M
497
Hello Java Program for Beginners
Next
Stay
Once it applies the suitable algorithm, the algorithm divides the data
objects into groups according to the similarities and difference between
the objects.
Types of Unsupervised Learning Algorithm:
The unsupervised learning algorithm can be further categorized into two
types of problems:
o K-means clustering
o KNN (k-nearest neighbors)
o Hierarchal clustering
o Anomaly detection
o Neural Networks
o Principle Component Analysis
o Independent Component Analysis
o Apriori algorithm
o Singular value decomposition