Skip to content
#

naive-bayes-classifier

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

Credit risk is the borrower’s inability to repay a loan. Machine Learning models can predict risky customers and reduce lender losses. By analyzing behavior and demographics of past customers, these insights can apply to future customers for better loan decisions. This study aims to find the most suitable model for predicting loan defaults.

  • Updated Sep 19, 2024
  • Jupyter Notebook

The repo consists of Amazon ML challenge 2024, It is about detecting specific text (specific features) from image based dataset. It is a combination of OCR+NLP, then Naive Bayes classification is done.

  • Updated Sep 19, 2024
  • Jupyter Notebook

This project explores the optimal combination of Bag-of-Words and TF-IDF vectorization with Naive Bayes and SVM for sentiment analysis. It evaluates performance using accuracy, precision, recall, and F1-score, addressing ethical concerns like data privacy and bias to improve sentiment classification in real-world applications.

  • Updated Sep 16, 2024
  • Python

This COMP472 AI project implements text classification on BBC news articles and drug classification using various machine learning algorithms. It utilizes Python and scikit-learn to preprocess data, train models, and analyze performance, focusing on Naive Bayes, Decision Trees, and Neural Networks.

  • Updated Sep 16, 2024
  • Python

Explore a broad range of machine learning algorithms, including ML, RF, SVM, LR, NB, PCA, LogReg, DT, KMeans, SVMC, GD, HClust, DBSCAN, ICA, KNN, and more, within this repository. Gain practical insights and apply these diverse ML concepts effectively.

  • Updated Sep 11, 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