What is Na?ve Bayes Algorithm?

Answer Posted / john martin

The Microsoft Naive Bayes algorithm is a classification
algorithm provided by Microsoft SQL Server Analysis Services
for use in predictive modeling. The name Naive Bayes derives
from the fact that the algorithm uses Bayes theorem but does
not take into account dependencies that may exist, and
therefore its assumptions are said to be naive.

This algorithm is less computationally intense than other
Microsoft algorithms, and therefore is useful for quickly
generating mining models to discover relationships between
input columns and predictable columns. You can use this
algorithm to do initial explorations of data, and then later
you can apply the results to create additional mining models
with other algorithms that are more computationally intense
and more accurate.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the uniform cost search algorithm?

757


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

734


list the types of linked list with aid of diagram?

2399


what is software cycle?give a diagramatic representation

2564


Which algorithm in ‘unification and lifting’ takes two sentences and returns a unifier?

742


What is meant by uniform cost search algorithm?

695


Define Routing Algorithm?

798


Can you list some use cases where classification machine learning algorithms can be used?

696


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

918


1. Consider the following algorithm: for ( i = 1 ; i <= 1 . 5 n ; i++) cout << i ; for ( i = n ; i >= 1 ; i - - ) cout << i ; (a) What is the output when n = 2, n = 4, and n = 6? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.

2330


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

759


What is greedy best first search algorithm?

768


Give an example of an O (n) algorithm and O (n*n) algorithm such that the algorithm is slower.

781


What are the complexities of sorting algorithms and how can this complexity be calculated?

786


What are the disadvantages of breadth-first search algorithm?

864