MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In an Unsupervised learning ____
A
Specific output values are given
B
Specific output values are not given
C
No specific Inputs are given
D
Both inputs and outputs are given
Explanation: 

Detailed explanation-1: -Explanation: The problem of unsupervised learning involves learning patterns in the input when no specific output values are supplied. We cannot expect the specific output to test your result. Here the agent does not know what to do, as he is not aware of the fact what propose system will come out.

Detailed explanation-2: -Explanation: In unsupervised learning, the model learns itself from the data without having a predicted result. Either the data is not given with a target response variable (label), or none chooses to label a response.

Detailed explanation-3: -Unsupervised algorithm only processes “features” and does not process tags. Dimensionality reduction algorithm is not unsupervised learning. K-means algorithm and SVM algorithm belong to unsupervised learning. None of the above 2.

Detailed explanation-4: -Unsupervised learning algorithms are used to group cases based on similar attributes, or naturally occurring trends, patterns, or relationships in the data. These models also are referred to as self-organizing maps. Unsupervised models include clustering techniques and self-organizing maps.

Detailed explanation-5: -Unsupervised learning, also known as unsupervised machine learning, uses machine learning algorithms to analyze and cluster unlabeled datasets. These algorithms discover hidden patterns or data groupings without the need for human intervention.

There is 1 question to complete.