Skip to content
#

naive-bayes-classifier

Here are 2,728 public repositories matching this topic...

Our project utilizes machine learning models to predict cardiovascular diseases (CVDs) by analyzing diverse datasets and exploring 14 different algorithms. The aim is to enable early detection, personalized interventions, and improved healthcare outcomes.

  • Updated Jul 9, 2024
  • Jupyter Notebook

Performs semantic text analysis on 20K TripAdvisor hotel reviews to categorize sentiment. Compares traditional ML (logistic regression, SVM) versus DL (LSTM embeddings + dense layers), achieving 85% validation accuracy. Data workflow includes exploratory analysis, cleaning, vectorization and modeling.

  • Updated Jul 7, 2024
  • Jupyter Notebook

A decision tree is a non-parametric supervised learning algorithm, which is utilized for both classification and regression tasks. It has a hierarchical, tree structure, which consists of a root node, branches, internal nodes and leaf nodes.

  • Updated Jul 5, 2024
  • Jupyter Notebook

Enhancing Text Classification in Information Retrieval: Evaluating the effectiveness of Naive Bayes classifiers with various word embeddings (Word2Vec, GloVe, FastText) for natural language processing tasks. This project explores performance differences and offers insights into embedding impacts on text classification.

  • Updated Jun 28, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the naive-bayes-classifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the naive-bayes-classifier topic, visit your repo's landing page and select "manage topics."

Learn more