Search Your Question...!

Showing posts with label AI. Show all posts
Showing posts with label AI. Show all posts

Data Visualisation with Matplotlib MCQ's

1. Multiple lines can be plotted using a single plot function? State True or False

   View Answer   

   True



2. Which of the following parameter is used to set the color of a error bar in bar plots?

   View Answer   

   ecolor



3. Which of the following parameter is used to set the style of a line?

   View Answer   

   linestyle



4. A Figure can contain multiple Axes. State true or false.?

   View Answer   

   True



5. What does the function subplot return?

   View Answer   

   Axes object



Machine Learning Axioms MCQ's

1. Which of the learning methodology applies conditional probability of all the variables with respective the dependent variable?

   View Answer   

   Supervised Learning



2. Now Can you make quick guess where Decision tree will fall into _____ 

   View Answer   

   Supervised Learning



3. Do you think heuristic for rule learning and heuristics for decision trees are both same ? 

   View Answer   

    False



4. What is the benefit of Naïve Bayes ? 

   View Answer   

   Requires less training data



5. What is the advantage of using an iterative algorithm like gradient descent ? (select the best)

   View Answer   

   For Nonlinear regression problems, there is no closed form solution