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
What is the uniform cost search algorithm?
Which algorithm inverts a complete resolution strategy?
What do you mean by overfitting and underfitting algorithms?
Explain the Canny's Algorithm.
Give a general algorithm for converting a m-array tree to a 2-ary tree.
What is meant by uniform cost search algorithm?
Which search algorithm will use a limited amount of memory in online search?
Can you list some use cases where classification machine learning algorithms can be used?
Tell briefly about the Banker's algorithm and what is it used for?
Explain the concept behind dead lock avoidance, banker's algorithm.
What is simulated annealing algorithm?
Which search algorithm will use a limited amount of memory in an online search?
What is informed (heuristic) search strategies algorithm?
When an algorithm is considered completed?
What are disadvantages uniform cost search algorithm?