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

Write a code/algorithm to find the frequency of each element in an array?

544


What is breath-first search algorithm?

558


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

677


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

724


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

2114






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

526


Draw a flowchart to find the average of four number?

3813


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.

591


What is the uniform cost search algorithm?

592


Why size of integer depends on the machine architecture then what the best sorting algorithm and why?

578


Given a series of positive integers. Design an efficient algorithm that can detect pairs whose sum is equal to K such that K = ei + ej, and (i not equal to j).

554


What is greedy best first search algorithm?

589


What is depth-first search algorithm?

573


Sorting algorithms and time complexity of various algorithms.

583


What is software cycle? Give a diagrammatic representation?

506