What is Na?ve Bayes Algorithm?

Answer Posted / parvendra

this algorithm is used to work on large databases

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which algorithm inverts a complete resolution strategy?

587


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.

603


What is meant by uniform cost search algorithm?

519


Which search algorithm will use a limited amount of memory in online search?

743


Tell me how do you choose an algorithm for a classification problem?

491






can anyone help me with some suggestions and improvemnts for sage line 50?

2129


Explain me what's your favorite algorithm, and can you explain it to me in less than a minute?

692


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.

1302


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

596


What are disadvantages uniform cost search algorithm?

1225


What is meant by a * search algorithm?

566


Can you pick an algorithm. Write the psuedo-code for a parallel implementation?

529


When an algorithm is considered completed?

1251


List the different algorithm techniques in machine learning?

521


What’s your favorite algorithm, & can you explain it into me in less than a minute?

824