Skip to content
#

naive-bayes

Here are 21 public repositories matching this topic...

Gold-Price-forecasting

Gold-Price-forecasting In a personal endevaour to learn about time series analysis and forecasting, I decided to reserach and explore various quantitative forecasting methods.This notebook documents contains the methods that can be applied to forecast gold price and model deployment using streamlit, along with a detailed explaination of the diff…

  • Updated Aug 12, 2024
  • Jupyter Notebook

This project classifies SMS messages into spam or ham using NLP techniques. It includes data preprocessing, feature extraction with TF-IDF, and classification using models like Naive Bayes, Logistic Regression, and SVM. The notebook also compares model performance using evaluation metrics, providing insights into effective SMS spam detection.

  • Updated Aug 12, 2024
  • Jupyter Notebook

In this notebook we analyze and classify news articles using machine learning techniques, including Logistic Regression, Naive Bayes, Support Vector Machines, and Random Forests. Explore text vectorization and NLP for accurate news categorization.

  • Updated Nov 5, 2023
  • Jupyter Notebook

A classification approach to the machine learning Titanic survival challenge on Kaggle.Data visualisation, data preprocessing and different algorithms are tested and explained in form of Jupyter Notebooks

  • Updated Jun 15, 2023
  • Jupyter Notebook

This repository contains a Jupyter notebook implementing the Multinomial Naive Bayes algorithm from scratch for an email classification task of SPAM or HAM. The notebook also includes a comparison of the results obtained with the scikit-learn implementation of Multinomial Naive Bayes.

  • Updated May 26, 2023
  • Jupyter Notebook

The repository contains several Jupyter notebooks, each of which covers a different machine learning project, such as sentiment analysis, image classification, and customer segmentation. You also have code examples and datasets included to help users understand and implement the projects themselves.

  • Updated Apr 5, 2023
  • R

Improve this page

Add a description, image, and links to the naive-bayes 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 topic, visit your repo's landing page and select "manage topics."

Learn more