Tag

Naive Bayes

0 views collected around this technical thread.

Model Perspective
Model Perspective
Jun 18, 2022 · Artificial Intelligence

Understanding Naive Bayes: Theory, Example, and Practical Steps

This article introduces the Naive Bayes classifier, explains its independence assumptions, walks through a weather‑based example with detailed probability calculations, demonstrates how to build and apply the model, and highlights its strengths and limitations in real‑world tasks such as document classification and spam filtering.

Machine LearningNaive Bayesclassification
0 likes · 7 min read
Understanding Naive Bayes: Theory, Example, and Practical Steps
Python Programming Learning Circle
Python Programming Learning Circle
Dec 18, 2020 · Artificial Intelligence

Understanding the Bayesian Formula and Naive Bayes Classifiers with Scikit-learn

This article explains the Bayesian theorem, introduces the Bayesian classifier, and details three Naive Bayes algorithms—Gaussian, Multinomial, and Bernoulli—along with their Scikit-learn implementations, key parameters, attributes, methods, and typical text‑classification applications for spam filtering.

Machine LearningNaive Bayesartificial intelligence
0 likes · 8 min read
Understanding the Bayesian Formula and Naive Bayes Classifiers with Scikit-learn
JD Tech
JD Tech
Feb 12, 2019 · Artificial Intelligence

Content‑Based Filtering: Concepts, Implementation, and Pros/Cons

The article explains content‑based filtering for recommendation systems, covering its basic concepts, feature requirements, implementation using vector representations and cosine similarity, advantages and disadvantages, and supplementary algorithms such as k‑Nearest Neighbor, Rocchio, decision trees, linear classifiers, and Naive Bayes.

Machine LearningNaive BayesRocchio
0 likes · 11 min read
Content‑Based Filtering: Concepts, Implementation, and Pros/Cons
Qunar Tech Salon
Qunar Tech Salon
Jan 16, 2019 · Artificial Intelligence

Introduction to Naive Bayes Classifier with scikit-learn

This article introduces the Naive Bayes classification algorithm, explains its theoretical basis, demonstrates how to use scikit-learn's GaussianNB class with Python code, evaluates model performance, and discusses advantages, limitations, and practical examples of the method.

Machine LearningNaive BayesPython
0 likes · 11 min read
Introduction to Naive Bayes Classifier with scikit-learn
Practical DevOps Architecture
Practical DevOps Architecture
Aug 2, 2018 · Artificial Intelligence

Naive Bayes Text Classification: Theory, Implementation, and Evaluation

This article explains the principles of Naive Bayes text classification, detailing feature representation, model selection, training and testing procedures, probability calculations, code implementation in Python, and evaluation metrics such as accuracy, precision, recall, PR and ROC curves.

Machine LearningNaive BayesPrecision
0 likes · 22 min read
Naive Bayes Text Classification: Theory, Implementation, and Evaluation
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Mar 6, 2018 · Artificial Intelligence

Master Naive Bayes: From Theory to Python Text Classification

This article introduces the Naive Bayes classifier, explains its underlying probability formulas—including conditional probability, total probability, and the Bayes theorem—covers the feature independence assumption, Laplace smoothing, and demonstrates both manual and scikit‑learn implementations for email and text classification with Python code.

Machine LearningNaive BayesPython
0 likes · 11 min read
Master Naive Bayes: From Theory to Python Text Classification
360 Quality & Efficiency
360 Quality & Efficiency
Jan 17, 2017 · Big Data

Applying Big Data and Naive Bayes to Optimize Defect Prioritization in Software Testing

This article explores how software testers can leverage big data and data‑mining techniques, particularly a Naive Bayes classifier, to objectively prioritize defect fixes, improve testing processes, and address uncertainties inherent in traditional testing workflows.

Data MiningNaive Bayesbig data
0 likes · 9 min read
Applying Big Data and Naive Bayes to Optimize Defect Prioritization in Software Testing