Machine Learning - Study Mode

[#181] A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 10, 10 and 30 respectively. What will be the output?
Correct Answer

(D) 348
(H) 348

[#182] Suppose, you want to apply a stepwise forward selection method for choosing the best models for an ensemble model. Which of the following is the correct order of the steps? Note: You have more than 1000 models predictions. 1. Add the models predictions (or in another term take the average) one by one in the ensemble which improves the metrics in the validation set. 2. Start with empty ensemble 3. Return the ensemble from the nested set of ensembles that has maximum performance on the validation set
Correct Answer

(D) none of above
(H) none of above

[#183] Which of the following metrics can be used for evaluating regression models? 1. R Squared 2. Adjusted R Squared 3. F Statistics 4. RMSE / MSE / MAE
Correct Answer

(D) 1, 2, 3 and 4
(H) 1, 2, 3 and 4

[#184] What do you mean by generalization error in terms of the SVM?
Correct Answer

(B) how accurately the svm can predict outcomes for unseen data
(F) how accurately the svm can predict outcomes for unseen data

[#185] In order to assess how much information is brought by each component, and the correlation among them, a useful tool is the . . . . . . . .
Correct Answer

(D) Covariance matrix
(H) Covariance matrix