Machine Learning - Study Mode
[#196] A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0.
Correct Answer
(A) TRUE
(C) TRUE
[#197] 8 observations are clustered into 3 clusters using K-Means clustering algorithm. After first iteration clusters, C1, C2, C3 has following observations: C1: {(2,2), (4,4), (6,6)} C2: {(0,4), (4,0),(2,5)} C3: {(5,5), (9,9)} What will be the cluster centroids if you want to proceed for second iteration?
Correct Answer
(D) C1: (4,4), C2: (3,3), C3: (7,7)
(H) C1: (4,4), C2: (3,3), C3: (7,7)
[#198] Any linear combination of the components of a multivariate Gaussian is a univariate Gaussian.
Correct Answer
(A) TRUE
(C) TRUE
[#199] The apriori property means
Correct Answer
(A) if a set cannot pass a test, its supersets will also fail the same test
(E) if a set cannot pass a test, its supersets will also fail the same test
[#200] In which neural net architecture, does weight sharing occur?
Correct Answer
(D) both a and b
(H) both a and b