Contains 5th Semester AIML Lab programs
-
Updated
Apr 28, 2024 - Python
Contains 5th Semester AIML Lab programs
A collection of data science concepts, datasets, industry-applications, walk-through's & notes. See ISSUES tab for in-depth studies by topics.
A scalable, explainable Java Naive Bayes Classifier that works either in memory or on persistent fast key-value store (MapDB, RocksDB or LevelDB)
Naïve Bayes Algorithm is implemented from scratch in order to classify spam and not spam emails.
Aims to build and test classification models to predict salaries from the text contained in the job description.
End-to-end implementation and deployment of Machine Learning Restaurant Reviews Sentiment Analysis using python, flask, gunicorn, scikit-Learn, nltk, etc. on the Heroku web application platform.
Code templates for data prep and different ML algorithms in Python.
This project predicts lung cancer risks using machine learning models like Random Forest, Logistic Regression, and SVM. It analyzes patient data with features such as age, smoking habits, and symptoms. Data preprocessing, visualization, and performance evaluation ensure accurate predictions for early diagnosis.
Predicting whether an SMS (text message) is spam using natural language processing (NLP), naive Bayes classifier and cross validation (in Python)
This is a simple python program to train a classification model using decision tree, random forest and Naive Bayes algorithms
The aim of the iris flower classification is to predict flowers based on their specific features.
Personality test which classifies in four personality types. For the classification is used the natural language processing classification algorithm - Multinomial Naive-Bayes.
Customer Churn is a burning problem for Telecom companies. In this project, we simulate one such case of customer churn where we work on a data of postpaid customers with a contract. The data has information about the customer usage behaviour, contract details and the payment details. The data also indicates which were the customers who cancelle…
Test and comparison of ensemble method with naive bayes classifier on 5 different data sets.
Objective of the program is to classify, nearest earth object as hazardous or not.
Sentiment analysis with spark
WEB AND SOCIAL MEDIA ANALYSIS
Models to detect real pictures from fake photoshoped pictures
Add a description, image, and links to the naivebayesclassifier topic page so that developers can more easily learn about it.
To associate your repository with the naivebayesclassifier topic, visit your repo's landing page and select "manage topics."