Tell us why is naïve bayes machine learning algorithm naïve?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AI Algorithms Interview Questions

Draw a flowchart to find the average of four number?

0 Answers  


Give a general algorithm for converting a m-array tree to a 2-ary tree.

0 Answers   Tech Mahindra,


Write an algorithm to traverse a knight covering all the squares on a chessboard starting at a particular point.

0 Answers   Amazon,


What was deep learning, & how does it contrast with other machine learning algorithms?

0 Answers  


Given a sorted array of n integers that has been rotated i(unknown) number of times, give a (log n) algorithm that finds an element in the array.

0 Answers   Expedia,






Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.

0 Answers  


What is meant by uniform cost search algorithm?

0 Answers  


What are disadvantages uniform cost search algorithm?

0 Answers  


What is greedy best first search algorithm?

0 Answers  


Tell briefly about the Banker's algorithm and what is it used for?

0 Answers   Impetus,


What features would you use to build a recommendation algorithm for users?

0 Answers   Twitter,


Tell us why is naïve bayes machine learning algorithm naïve?

0 Answers  


Categories