naive-bayes-algorithm

There are 320 repositories under naive-bayes-algorithm topic.

  • surmon-china/naivebayes

    NaiveBayes classifier for JavaScript

    Language:JavaScript141648
  • MLWithPytorch

    Mayurji/MLWithPytorch

    Objective of the repository is to learn and build machine learning models using Pytorch. 30DaysofML Using Pytorch

    Language:Python12512438
  • niiknow/bayes

    naive bayes in php

    Language:PHP655413
  • remykarem/mixed-naive-bayes

    Naive Bayes with support for categorical and continuous data

    Language:Python65597
  • odubno/gauss-naive-bayes

    Gauss Naive Bayes in Python From Scratch.

    Language:Python433021
  • gbroques/naive-bayes

    A Python implementation of Naive Bayes from scratch.

    Language:Python364027
  • PacktWorkshops/The-Machine-Learning-Workshop

    An interactive approach to understanding Machine Learning using scikit-learn

    Language:Jupyter Notebook295046
  • husnainfareed/Simple-Naive-Bayes-Weather-Prediction

    Simple naive bayes implementation for weather prediction in python

    Language:Python262031
  • amallia/GaussianNB

    Gaussian Naive Bayes (GaussianNB) classifier

    Language:Python23409
  • CasperKristiansson/Elements-of-AI-Building-Ai

    All exercises for the course Elements of AI - Building AI

    Language:Python201123
  • akashsethi24/Machine-Learning

    Examples of all Machine Learning Algorithm in Apache Spark

    Language:Scala157010
  • biobii/naive-bayes-text-classifier

    Library PHP untuk klasifikasi teks Bahasa Indonesia menggunakan algoritma Naive Bayes Classifier (NBC)

    Language:PHP14214
  • RubixML/Dota2

    Build a classifier to predict the outcome of Dota 2 games with the Naive Bayes algorithm and results from 102,944 sample games.

    Language:PHP14512
  • SinghAbhi1998/Stock-Market-Price-Prediction

    Stock Market Price Prediction: Used machine learning algorithms such as Linear Regression, Logistics Regression, Naive Bayes, K Nearest Neighbor, Support Vector Machine, Decision Tree, and Random Forest to identify which algorithm gives better results. Used Neural Networks such as Auto ARIMA, Prophet(Time-Series), and LSTM(Long Term-Short Memory) then compare make Inferences about the model.

    Language:Jupyter Notebook13109
  • hmlanden/TrafikiPy

    An analysis of traffic accident data for the UK in 2014, using data from the UK Data Service. (Sourced from Kaggle with original data coming from UK Data Service. See wiki for complete citations.)

    Language:Jupyter Notebook12506
  • Shaguns26/Fake-News-Detection

    Fake News Detection-Naive Bayes Model

    Language:Jupyter Notebook11104
  • UtkucanBykl/SofPythonBot

    This Telegram-Bot answers python questions by using stackoverflow subjects.

    Language:Python11106
  • Aysenuryilmazz/Driver_Drowsiness_Detection

    Driver drowsiness is one of the causes of traffic accidents. According to the statistics; highway road crashes hold 11.09% of the total number of accidents. There are several reasons of drowsy driving such as: a lack of quality of sleep, may be overnight driving or having sleep disorders e.g. sleep apnea. However; all people should know that: People can not fight against to sleep. Using Image Processing and both classical and new-brand Machine Learning techniques, we are trying to know beforehand the driver's drowsiness and warning him/her with an alert before any crash happened.

    Language:Jupyter Notebook8116
  • krzjoa/bace

    A deck of Naive Bayes algorithms with sklearn-like API 🃏

    Language:Python8245
  • Arunvijay28/Crop-Prediction

    Crop Prediction using Artificial Intelligence (AI) CSP Algorithm

    Language:Jupyter Notebook710
  • ayushjain19/Naive-Bayes-Classifier

    Naive Bayes Classifier with stop words | Naive Bayes Classifier without stop words | Binary Naive Bayes Classifier

    Language:C++7202
  • aadimangla/Predicting-product-sales-through-ads

    In simpler words we tell whether a user on Social Networking site after clicking the ad’s displayed on the website,end’s up buying the product or not. This could be really helpful for the company selling the product. Lets say that its a car company which has paid the social networking site(For simplicity we’ll assume its Facebook from now on)to display ads of its newly launched car.Now since the company relies heavily on the success of its newly launched car it would leave no stone unturned while trying to advertise the car. Well then whats better than advertising it on the most popular platform right now.But what if we only advertise it to the correct crowd.

    Language:Python6201
  • ehtisham-sadiq/100-Days-of-Machine-Learning

    "100-days-of-machine-learning" is a repository containing a comprehensive guide to Machine Learning, covering the basics and advanced topics, with daily exercises and real-world examples for 100 days.

    Language:Jupyter Notebook6101
  • ibodumas/naivebayes_mnist

    I implemented a Naive Bayes classifier form scratch and applied it on MNIST dataset.

    Language:Jupyter Notebook6105
  • namsor/Java-Naive-Bayes-Classifier-JNBC

    A scalable, explainable Java Naive Bayes Classifier that works either in memory or on persistent fast key-value store (MapDB, RocksDB or LevelDB)

    Language:Java6204
  • shawon100/Website-URL-Classification

    URL classification by Naive Bayes algorithm

    Language:Jupyter Notebook61
  • vivek2319/mercy

    Functions and code snippets to help save the time!

    Language:Jupyter Notebook6017
  • Gaurav-Pande/Sentiment-Analysis

    DL, ML, and Rule based approaches for Sentiment analysis

    Language:Jupyter Notebook5202
  • gdfreitas/emotion-mining-python

    Estudos sobre mineração de emoção em textos em Python

    Language:Python5100
  • rbayuokt/rb-naiveBayes-Web

    Algoritma Naive Bayes merupakan sebuah metoda klasifikasi menggunakan metode probabilitas dan statistik, Algoritma Naive Bayes memprediksi peluang di masa depan berdasarkan pengalaman di masa sebelumnya

    Language:JavaScript5104
  • Swathiu/Sentiment-Analysis

    A Sentiment Analyzer for a set of Hotel Reviews using Naive Bayes Algorithm

    Language:Python5205
  • adwansyed/Machine-Learning-Naive-Bayes-Spam-Emails

    JavaFX application detecting whether files are spam or not using Naive Bayes filtering

    Language:Java4403
  • NehaPant14/Loan-Prediction

    Loan Prediction using Classification Techniques

    Language:Jupyter Notebook4100
  • rajtulluri/Spam-Filter-using-Naive-Bayes

    Building a Spam Filter using Naive Bayes algorithm from scratch.

    Language:Jupyter Notebook4201
  • Shangamesh2805/HeartDiseasePrediction

    Heart disease is a major global health concern that affects millions of people around the world. Early detection and accurate prediction of heart disease can help to prevent the progression of the disease and save lives. In this project, we aim to develop a predictive model for heart disease using various machine learning algorithms.

    Language:Jupyter Notebook4000
  • sushriyamogasala/wine-quality-prediction

    Our project utilizes the advanced algos such as Random Forest, Decision Tree, Gaussian NB,KNN,SVM to analyze various factors and attributes of wine samples, enabling us to predict their quality with remarkable precision.Whether you're a wine enthusiast or a producer looking to optimize quality control, this project is your go-to resource.

    Language:Jupyter Notebook4100