APPLICATION OF SUPERVISED LEARNING
CLASSIFICATION IN MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
PCA
|
|
K-Means
|
|
None of the above
|
|
None of the above
|
Detailed explanation-1: -Q2) Which of the following is an example of a deterministic algorithm? A deterministic algorithm is one in which output does not change on different runs. PCA would give the same result if we run again, but not k-means clustering.
Detailed explanation-2: -PCA is the one of example for a deterministic algorithm.
Detailed explanation-3: -What is the non-deterministic algorithm example? One example of a non-deterministic algorithm is the execution of concurrent algorithms with race conditions, which can exhibit different outputs on different runs.
Detailed explanation-4: -In computer science, a deterministic algorithm is an algorithm that, given a particular input, will always produce the same output, with the underlying machine always passing through the same sequence of states.