phonelogo+234 8146561114 or +2347015391124

SPAM FILTERING USING MACHINE LEARNING TECHNIQUES

USER'S INSTRUCTIONS: The project work you are about to view is on "spam filtering using machine learning techniques". Please, sit back and study the below research material carefully. This project topic (spam filtering using machine learning techniques) have complete 5(five) Chapters. The complete Project Material/writeup include: Abstract + Introduction + etc + Literature Review + methodology + etc + Conclusion + Recommendation + References/Bibliography.Our aim of providing this "spam filtering using machine learning techniques" project research material is to reduce the stress of moving from one school library to another all in the name of searching for "spam filtering using machine learning techniques" research materials. We are not encouraging any form of plagiarism. This service is legal because, all institutions permit their students to read previous projects, books, articles or papers while developing their own works.


TITLE PAGE

SPAM FILTERING USING MACHINE LEARNING TECHNIQUES

BY

---
--/H2013/01430
DEPARTMENT OF ----
SCHOOL OF ---
INSTITUTE OF ---

DECEMBER,2018



APPROVAL PAGE

This is to certify that the research work, "spam filtering using machine learning techniques" by ---, Reg. No. --/H2007/01430 submitted in partial fulfillment of the requirement award of a Higher National Diploma on --- has been approved.

By
---                                                     . ---
Supervisor                                                  Head of Department.
Signature……………….                           Signature……………….        

……………………………….
---
External Invigilator



DEDICATION
This project is dedicated to Almighty God for his protection, kindness, strength over my life throughout the period and also to my --- for his financial support and moral care towards me.Also to my mentor --- for her academic advice she often gives to me. May Almighty God shield them from the peril of this world and bless their entire endeavour Amen.



ACKNOWLEDGEMENT

The successful completion of this project work could not have been a reality without the encouragement of my --- and other people. My immensely appreciation goes to my humble and able supervisor mr. --- for his kindness in supervising this project.
My warmest gratitude goes to my parents for their moral, spiritual and financial support throughout my study in this institution.
My appreciation goes to some of my lecturers among whom are Mr. ---, and Dr. ---. I also recognize the support of some of the staff of --- among whom are: The General Manager, Deputy General manager, the internal Auditor Mr. --- and the ---. Finally, my appreciation goes to my elder sister ---, my lovely friends mercy ---, ---, --- and many others who were quite helpful.


PROJECT DESCRIPTION: This work "spam filtering using machine learning techniques" research material is a complete and well researched project material strictly for academic purposes, which has been approved by different Lecturers from different higher institutions. We made Preliminary pages, Abstract and Chapter one of "spam filtering using machine learning techniques" visible for everyone, then the complete material on "spam filtering using machine learning techniques" is to be ordered for. Happy viewing!!!


ABSTRACT

A spam filter is a program that is used to detect unsolicited and unwanted email and prevent those messages from getting to a user's inbox. E-mail spam, known as unsolicited bulk Email (UBE), junk mail, or unsolicited commercial email (UCE), is the practice of sending unwanted e-mail messages, frequently with commercial content, in large quantities to an indiscriminate set of recipients. Spam is prevalent on the Internet because the transaction cost of electronic communications is radically less than any alternate form of communication. There are many spam filters using different approaches to identify the incoming message as spam, ranging from white list / black list, Bayesian analysis, keyword matching, mail header analysis, postage, legislation, and content scanning etc. Even though we are still flooded with spam emails everyday. This is not because the filters are not powerful enough, it is due to the swift adoption of new techniques by the spammers and the inflexibility of spam filters to adapt the changes. In our work, we employed supervised machine learning techniques to filter the email spam messages. Widely used supervised machine learning techniques namely C 4.5 Decision tree classifier, Multilayer Perceptron, Naïve Bayes Classifier are used for learning the features of spam emails and the model is built by training with known spam emails and legitimate emails. The results of the models are discussed.

 

TABLE OF CONTENTS
COVER PAGE
TITLE PAGE
APPROVAL PAGE
DEDICATION
ACKNOWELDGEMENT
ABSTRACT
CHAPTER ONE
1.0      INTRODUCTION

    • BACKGROUND OF THE STUDY
    • PROBLEM STATEMENT
    • OBJECTIVE OF THE STUDY
    • SCOPE OF THE STUDY
    • SIGNIFICANCE OF THE STUDY
    • MOTIVATION OF THE STUDY
    • BENEFIT OF THE STUDY
    • TYPES OF SPAM FILTERS

CHAPTER TWO
LITERATURE REVIEW

    • OVERVIEW OF SPAM FILTERING
    • REVIEW OF SPAM FILTERING METHODS
    • INBOUND AND OUTBOUND FILTERING
    • OVERVIEW OF SPAM FILTERING
    • SPAM FILTER ARCHITECTURE AND METHODS

CHAPTER THREE
METHODOLOGY

    • INTRODUCTION
    • STUDY SELECTION
    • SOURCES OF DATA
    • DATA COLLECTION PROCESS
    • COMPARISON CRITERION
    • FEATURE EXTRACTION

CHAPTER FOUR

    • EXPERIMENT AND RESULT

CHAPTER FIVE

    • CONCLUSION
    • RECOMMENDATION
    • REFERENCES

CHAPTER ONE
1.0                                                        INTRODUCTION
1.1                                           BACKGROUND OF THE STUDY
The internet has become an integral part of everyday life and e-mail has become a powerful tool for information exchange. Along with the growth of the Internet and e-mail, there has been a dramatic growth in spam in recent years. Spam can originate from any location across the globe where Internet access is available. Despite the development of anti- spam services and technologies, the number of spam messages continues to increase rapidly. In order to address the growing problem, each organization must analyze the tools available to determine how best to counter spam in its environment. Tools, such as the corporate e-mail system, e- mail filtering gateways, contracted anti-spam services, and end-user training, provide an important arsenal for any organization. However, users cannot avoid the very serious problem of attempting to deal with large amounts of spam on a regular basis. If there are no anti spam activities, spam will inundate network systems, kill employee productivity, steal bandwidth, and still be there tomorrow.
It is impossible to tell exactly who was the first one to come upon a simple idea that if you send out an advertisement to millions of people, then at least one person will react to it no matter what is the proposal. E-mail provides a perfect way to send these millions of advertisements at no cost for the sender, and this unfortunate fact is nowadays extensively exploited by several organizations. As a result, the e-mailboxes of millions of people get cluttered with all this so-called unsolicited bulk e-mail also known as “spam” or “junk mail”. Being increadibly cheap to send, spam causes a lot of trouble to the Internet community: large amounts of spam-traffic between servers cause delays in delivery of legitimate e- mail, people with dial-up Internet access have to spend bandwidth downloading junk mail. Sorting out the unwanted messages takes time and introduces a risk of deleting normal mail by mistake. Finally, there is quite an amount of pornographic spam that should not be exposed to children.

1.2                                                  PROBLEM STATEMENT
Spam email is a nuisance that will clog up your employees’ inboxes and overload your servers. Spam is also dangerous — the entry point for serious attacks that could damage your computers, your computer network, your bottom line, and even your company’s reputation. That is why there is need for a spam filter solution as the key first line of defense.

1.3                                                     AIM OF THE STUDY
A spam filter is a program that is used to detect unsolicited and unwanted email and prevent those messages from getting to a user's inbox. The main aim of this work is to present an overview of the existing machine learning-based approaches for spam filtering

1.4                                                   SCOPE OF THE STUDY
It is estimated that 70 percent of all email sent globally is spam, and the volume of spam continues to grow because spam remains a lucrative business. Spammers get ever more sophisticated and creative in their tactics to get their messages into your inboxes and wreak their havoc. Spam filtering solutions must continually be updated to address this evolving threat.
Spam filters use “heuristics” methods, which means that each email message is subjected to thousands of predefined rules (algorithms). Each rule assigns a numerical score to the probability of the message being spam, and if the score passes a certain threshold the email is flagged as spam and blocked from going further.

1.5                                           SIGNIFICANCE OF THE STUDY
Business email system without spam filtering is highly vulnerable, if not unusable. It is important to stop as much spam as you can, to protect your network from the many possible risks: viruses, phishing attacks, compromised web links and other malicious content.
Spam filters also protect your servers from being overloaded with non-essential emails, and the worse problem of being infected with spam software that may turn them into spam servers themselves.
By preventing spam email from reaching your employees’ mailboxes, spam filters give an additional layer of protection to your users, your network, and your business.

1.6                                            MOTIVATION OF THE STUDY
Common uses for mail filters include organizing incoming email and removal of spam and computer viruses. A less common use is to inspect outgoing email at some companies to ensure that employees comply with appropriate policies and laws. Users might also employ a mail filter to prioritize messages, and to sort them into folders based on subject matter or other criteria.

1.7                                                 BENEFIT OF THE STUDY
Spam filters detect unsolicited, unwanted, and virus-infested email (called spam) and stop it from getting into email inboxes. Internet Service Providers (ISPs) use spam filters to make sure they aren’t distributing spam. Small- to medium- sized businesses (SMBs) also use spam filters to protect their employees and networks.
Spam filters are applied to both inbound email (email entering the network) and outbound email (email leaving the network). ISPs use both methods to protect their customers. SMBs typically focus on inbound filters.

1.8                                                TYPES OF SPAM FILTERS
There are different types of spam filters for different criteria:

  • Content filters – parse the content of messages, scanning for words that are commonly used in spam emails.
  • Header filters – examine the email header source to look for suspicious information.
  • Blacklist filters – stop emails that come from a blacklist of suspicious IP addresses. Some filters go further and check the IP reputation of the IP address.
  • Rules-based filters – apply customized rules designed by the organization to exclude emails from specific senders, or emails containing specific words in their subject line or body.

  

CHAPTER TWO
2.0                                    LITERATURE REVIEW
2.1                          OVERVIEW OF SPAM FILTERING
Email filtering is the processing of email to organize it according to specified criteria. The term can apply to the intervention of human intelligence, but most often refers to the automatic processing of incoming messages with anti-spam techniques - to outgoing emails as well as those being received.
Email filtering software may reject an item at the initial SMTP connection stage [Zonk,2011] or pass it through unchanged for delivery to the user's mailbox - or alternatively: redirect the message for delivery elsewhere; quarantine it for further checking; edit or 'tag' it in some way.


CHAPTER TWO: The chapter one of this work has been displayed above. The complete chapter two of "spam filtering using machine learning techniques" is also available. Order full work to download. Chapter two of "spam filtering using machine learning techniques" consists of the literature review. In this chapter all the related work on "spam filtering using machine learning techniques" was reviewed.

CHAPTER THREE: The complete chapter three of "spam filtering using machine learning techniques" is available. Order full work to download. Chapter three of "spam filtering using machine learning techniques" consists of the methodology. In this chapter all the method used in carrying out this work was discussed.

CHAPTER FOUR: The complete chapter four of "spam filtering using machine learning techniques" is available. Order full work to download. Chapter four of "spam filtering using machine learning techniques" consists of all the test conducted during the work and the result gotten after the whole work

CHAPTER FIVE: The complete chapter five of design and construction of a "spam filtering using machine learning techniques" is available. Order full work to download. Chapter five of "comparative analysis of bitter kola, moringa oleifera seed, and wonderful kola used for waste water treatment" consist of conclusion, recommendation and references.

CLICK HERE FOR MORE RELATED TOPICS/MATERIAL


To "DOWNLOAD" the complete material on this particular topic above click "HERE"

Do you want our Bank Accounts? please click HERE

To view other related topics click HERE

To "SUMMIT" new topic(s), develop a new topic OR you did not see your topic on our site but want to confirm the availiability of your topic click HERE

Do you want us to research your new topic? if yes, click "HERE"

Do you have any question concerning our post/services? click HERE for answers to your questions


For more information contact us through any of the following means:

Mobile No phonelogo:+2348146561114 or +2347015391124 [Mr. Innocent]

Email address emailus:engr4project@gmail.com

Watsapp No whatsapp.html :+2348146561114


COUNTRIES THAT FOUND OUR SERVICES USEFUL

Australia, Botswana, Canada, Europe, Ghana, Ireland, India, Kenya, Liberia, Malaysia, Namibia, New Zealand, Nigeria, Pakistan, Philippines, Singapore, Sierra Leone, South Africa, Uganda, United States, United Kindom, Zambia, Zimbabwe, etc
Support: +234 8146561114 or +2347015391124

Watsapp Nowhatsapp.html
:+2348146561114


E
mail Address emailus:engr4project@gmail.com


FOLLOW / VISIT US VIA:

tweeter instagram.htmlfacebook logo