Short Stories Recommendations.
-
Updated
Sep 11, 2022 - Jupyter Notebook
Short Stories Recommendations.
EDA and Prediction of F1 Race WInners
This notebook classify emails as spam and ham.
Applying Gaussian Naive Bayes algorithm on wine quality dataset.
This repository hosts the code for a Crop Prediction Machine Learning project. The project aims to assist farmers and agricultural enthusiasts in making informed decisions about crop selection by leveraging machine learning and environmental data.
Classification of Body postures using different ML algorithms and comparing their performances.
Naïve Bayes Classifier is one of the simple and most effective Classification algorithms which helps in building the fast machine learning models that can make quick predictions. It is a probabilistic classifier, which means it predicts on the basis of the probability of an object.
Implemented Gaussian Naive Bayes Classifier from scratch
This repository contains the implementation of a Heart Attack Prediction model using the Gaussian Naive Bayes algorithm. The dataset used is heart.csv, which includes various medical attributes to predict the likelihood of a heart attack. The project demonstrates data preprocessing, model training, evaluation, and visualization of the results.
Practical implementation of Naive Bayes Classifier using Python
A presentation on the performance of different machine learning approches in respect to basic classification of images. Created during a university trip to FHSW in Würzburg.
AI/ML Project on Breast Cancer Prediction (Python) using ML- Algorithms : Logisitic Regression, Decision Tree Classifier, Random Forest Classifier, Support Vector Machine Classifier, Gaussian Naive Bayes Algorithm Model, Stochastic gradient descent Classifier, Gradient Boosting Classifier . And also perform a comparative analysis of all the seve…
Add a description, image, and links to the guassian-naive-bayes topic page so that developers can more easily learn about it.
To associate your repository with the guassian-naive-bayes topic, visit your repo's landing page and select "manage topics."