izxi / Learning

9 stars 3 forks source link

Which of the following are TRUE? > Unsupervised Learning #20

Closed izxi closed 6 years ago

izxi commented 6 years ago

Which of the following are TRUE?

Select one or more:

izxi commented 6 years ago

Unsupervised learning

Machine learning technique for finding hidden patterns or intrinsic structures in data Unsupervised learning is a type of machine learning algorithm used to draw inferences from datasets consisting of input data without labeled responses.

The most common unsupervised learning method is cluster analysis, which is used for exploratory data analysis to find hidden patterns or grouping in data. The clusters are modeled using a measure of similarity which is defined upon metrics such as Euclidean or probabilistic distance.

Common clustering algorithms include:

Unsupervised learning methods are used in bioinformatics for sequence analysis and genetic clustering; in data mining for sequence and pattern mining; in medical imaging for image segmentation; and in computer vision for object recognition.

johnnieng commented 5 years ago
iaminebriki commented 2 years ago

Answer: B, C, D Unsupervised Learning Compared to supervised learning, unsupervised learning operates upon only the input data without outputs or target variables. As such, unsupervised learning does not have a teacher correcting the model, as in the case of supervised learning.