matlab code on spam email detection
#1

can anybody give me codes for spam email detection via image processing
Reply
#2
Several anti-spam techniques are used to prevent email spam (unsolicited bulk mail). No technique is a complete solution to the spam problem, and each has a compromise between incorrectly rejecting legitimate email (false positives) and not rejecting all spam (false negatives) and associated costs in time and effort. Antispam techniques can be divided into four broad categories: those requiring action by individuals, those that can be automated by e-mail administrators, those that can be automated by e-mail senders, and those used by researchers and application officials. law.


People tend to be much less annoyed by spam slipping through the filters in their mailbox (false negatives), than having wanted e-mail ("ham") blocked (false positives). Trying to balance false negatives (spam lost) vs. false positives (rejecting good emails) is critical to a successful anti-spam system. Some systems allow individual users to have some control over this balance by setting "spam score" limits, etc. Most techniques have both types of serious errors, to varying degrees. For example, anti-spam systems can use techniques that have a high false-negative rate (lose a lot of spam), to reduce the number of false positives (rejecting a good email).

Detecting spam based on email content, whether by detecting keywords such as "viagra" or by statistical means (content or without content based), is very popular. Content-based or keyword-based statistical media can be very accurate when they correctly match the types of legitimate email an individual receives, but they can also make mistakes such as detecting the keyword "cialis" in the Word "specialist" (see also Internet Censorship: over and under blocking). Spam authors frequently try to defeat these measures by employing typographic techniques such as replacing letters with accented variants or alternate characters that look identical to intended characters but are internally distinct (eg, replacing a Roman A with a Cyrillic A) or inserting others Characters such as blanks, nonprinting characters, or bullets in a term to block pattern matching. This introduces an arms race that demands increasingly complex methods of detection of keywords.

The content also does not determine whether the email has not been requested or added, the two main characteristics of spam. So, if a friend sends you a joke that mentions "viagra", content filters can easily mark it as spam, even though it is neither requested nor sent in bulk. Basic statistical means without content can help reduce false positives because it considers statistical means versus blocking based on content / keywords. Therefore, you will be able to receive a joke that mentions "viagra" from a friend.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Tagged Pages: code for spam mail detection,
Popular Searches: email for spam, ppt for collabrative spam detection system free download, an email cut out of spam, java code for spam detection system, spam detection system using email abstraction scheme, what is spam email, source code for spam detection system,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  how to calculate distance in heed protocol by using matlab 1 1,868 15-06-2018, 03:54 PM
Last Post: Guest
  matlab code for incremental conductance mppt 1 1,410 02-05-2018, 02:28 PM
Last Post: eksi
  anomaly detection code in matlab 3 2,074 23-04-2018, 12:04 AM
Last Post: Guest
  matlab code for liver tumor segmentation 2 1,573 01-04-2018, 06:29 PM
Last Post: [email protected]
  matlab code for vehicle tracking using unscented kalman filter 3 16,664 26-03-2018, 08:57 PM
Last Post: fodayj
  matlab code for facial expression recognition using frequency domain 1 2,660 19-02-2018, 06:03 PM
Last Post: Guest
  matlab code shadow detection and removal in colour images using matlab 2 2,240 12-01-2018, 01:24 PM
Last Post: dhanabhagya
  ppt for bomb detection using robot 3 2,630 02-01-2018, 03:40 PM
Last Post: dhanabhagya
  simulink matlab model upqc mdl 3 6,763 18-12-2017, 09:08 AM
Last Post: jaseela123d
  matlab code for speed breaker detection 1 1,285 27-10-2017, 10:22 AM
Last Post: Guest

Forum Jump: