Home / Programming MCQs / Machine Learning MCQs / Question

M

Mr. Dubey • 51.67K Points
Coach

Q. What is the datatype of the go() method’s parameter?

(A) String
(B) Integer
(C) Double
(D) Float
The go() method takes an integer argument and can skip any number of pages forward and backward in the history list.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Related MCQs on Machine Learning

Q. Having built a decision tree, we are using reduced error pruning to reduce the size of the tree. We select a node to collapse. For this particular node, on the left branch, there are 3 training data points with the following outputs: 5, 7, 9.6 and for the right branch, there are four training data points with the following outputs: 8.7, 9.8, 10.5, 11. What were the original responses for data points along the two branches (left & right respectively) and what is the new response after collapsing the node?

Q. Problem in multi regression is ?

Q. Which of the following property allows you to specify an element’s position with respect to the browser window?

Q. The functions provide() and require() of Dojo toolkit and Google’s Closure library are used for

Q. The adjusted multiple coefficient of determination accounts for

Q. Which attribute is used to extend the lifetime of a cookie?

Q. In PCA the number of input dimensiona are equal to principal components

Q. Common deep learning applications include . . . . . . . .

Q. We have been given a dataset with n records in which we have input attribute as x and output attribute as y. Suppose we use a linear regression method to model this data. To test our linear regressor, we split the data in training set and test set randomly. Now we increase the training set size gradually. As the training set size increases, what do you expect will happen with the mean training error?

Q. When are the keyboard events fired?

Learn All Machine Learning MCQs