Computer Science, asked by rupbhusare31, 1 year ago

What is unsupervised learning algorithm in machine learning short note?

Answers

Answered by choudhary21
0
Unsupervised machine learning is the machine learning task of inferring a function that describes the structure of "unlabeled" data (i.e. data that has not been classified or categorized). Since the examples given to the learning algorithm are unlabeled, there is no straightforward way to evaluate the accuracy of the structure that is produced by the algorithm—one feature that distinguishes unsupervised learning from supervised learning and reinforcement learning.

A central application of unsupervised learning is in the field of density estimation in statistics,[1] though unsupervised learning encompasses many other problems (and solutions) involving summarizing and explaining various key features of data.




thanks
Answered by XItzBabeX
0

Answer:

A machine learning model is a file that has been trained to recognize certain types of patterns. You train a model over a set of data, providing it an algorithm that it can use to reason over and learn from those data

Similar questions