0% found this document useful (0 votes)
13 views1 page

Copy of Abstract

This project addresses spam text classification using machine learning techniques, specifically evaluating algorithms like Gaussian Naive Bayes, K Nearest Neighbour, and Decision Tree. The Decision Tree Algorithm achieved the highest accuracy of 94.8%, demonstrating the effectiveness of these methods in spam detection. A web application has been developed to allow users to classify their text messages instantly using the trained model.

Uploaded by

Anhtk Anhtk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Copy of Abstract

This project addresses spam text classification using machine learning techniques, specifically evaluating algorithms like Gaussian Naive Bayes, K Nearest Neighbour, and Decision Tree. The Decision Tree Algorithm achieved the highest accuracy of 94.8%, demonstrating the effectiveness of these methods in spam detection. A web application has been developed to allow users to classify their text messages instantly using the trained model.

Uploaded by

Anhtk Anhtk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

ABSTRACT

This project focuses on spam text classification using machine learning techniques.
With the increasing amount of text messages, emails, and social media messages
being sent, the problem of spam has become a major issue for individuals and
organizations alike. Machine learning algorithms such as Gaussian Naive Bayes, K
Nearest Neighbour Classifiers and Decision Tree Algorithm are used to classify
spam messages from legitimate messages. The project uses a dataset of labeled
text messages and compares the performance of different algorithms using
evaluation metrics such as accuracy, precision and recall. The results show that the
Decision Tree Algorithm outperforms other algorithms with an accuracy of 94.8%.
The analysis concludes that machine learning algorithms can effectively classify
spam messages and can be used to develop robust spam detection systems. In this
web application, we present a spam text classification model trained using natural
language processing techniques and decision tree classifier algorithm. The model
is integrated into a user-friendly web interface that allows users to submit their text
messages and get instant classification results.

Keywords: Machine learning, Spam Message Detection, Binary Classification, GNB,


KNN, DT

ii

You might also like