Machine Learning - Study Mode

[#316] scikit-learn also provides functions for creating dummy datasets from scratch:
Correct Answer

(D) all above
(H) all above

[#317] Support vectors are the data points that lie closest to the decision surface.
Correct Answer

(A) TRUE
(C) TRUE

[#318] Lasso can be interpreted as least-squares linear regression where
Correct Answer

(A) weights are regularized with the l1 norm
(E) weights are regularized with the l1 norm

[#319] Which of the following method is used to find the optimal features for cluster analysis
Correct Answer

(D) all above
(H) all above

[#320] Perceptron Classifier is
Correct Answer

(C) supervised learning algorithm
(G) supervised learning algorithm