Home / Programming MCQs / Machine Learning MCQs / Question
M
Q. What can be done in order to avoid creation of global variables in JavaScript?
One way for a module to avoid the creation of global variables is to use an object as its namespace. Instead of defining global functions and variables, it stores the functions and values as properties of an object (which may be referenced to a global variable).
You must be Logged in to update hint/solution
Q. High entropy means that the partitions in classification are
Q. Which among the following is not a property of the Location object?
Q. what is the function of 'Supervised Learning'?
Q. The main disadvantage of maximum likelihood methods is that they are . . . . . . . .
Q. The soft margin SVM is more preferred than the hard-margin SVM when-
Q. Can we calculate the skewness of variables based on mean and median?
Discusssion
Login to discuss.