Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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?

939


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

1120


What is the depth-first search algorithm?

960


What is informed (heuristic) search strategies algorithm?

925


What is depth-first search algorithm?

957


How does deep learning contrast with other machine learning algorithms?

921


Which is the most straight forward approach for planning algorithm?

1084


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

1236


How are the k-nearest neigh-bors (knn) algorithms different from k-means clustering?

970


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

1036


What are the disadvantages of breadth-first search algorithm?

1091


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.

2582


What is software cycle? Give a diagrammatic representation?

906


Tell us how will you know which machine learning algorithm to choose for your classification problem?

962


A* algorithm is based on which search method?

1581