15,556 research outputs found
Recommended from our members
ENHANCING EMAIL SPAM DETECTION THROUGH ENSEMBLE MACHINE LEARNING: A COMPREHENSIVE EVALUATION OF MODEL INTEGRATION AND PERFORMANCE
Email spam detection and filtering are crucial security measures in all organizations. It is applied to filter unsolicited messages; most of the time, they comprise a large portion of harmful messages. Machine learning algorithms, specifically classification algorithms, are used to filter and detect if the email is spam or not spam. These algorithms entail training models on labelled data to predict whether an email is spam or not based on its features. In particular, traditional classification machine learning algorithms have been applied for decades but proved ineffective against fast-evolving spam emails. In this research, ensemble techniques by using the meta-learning approach are introduced to reduce the problem of misclassification of spam email and increase the performance of the combined model. This approach is based on combining different classification models to enhance the performance of detecting the spam emails by aggregating different algorithms to reduce false positives and false negative rates, and increase the accuracy of the combined model.
The paper proposed ensemble techniques where various machine-learning algorithms are combined to improve the accuracy and strength of spam detection systems. Using different algorithms, it tries to create an appropriate systematic behaviour to increase the detection rates and reduce the number of misclassification cases. In this research, four machine learning algorithms were selected to build the meta-learning model; these algorithms have been chosen based on their proven effectiveness in spam detection systems, such as Naive Bayes (NB), Support Vector Machine (SVM), Decision Tree (DT), and K-Nearest Neighbours (KNN). The selected algorithms were applied individually on different datasets. Subsequently, an ensemble model was created using the stacking method to collect all the predictions of the models then aggregate and use them as input features for the final classifier that is based on the Logistic Regression algorithm.
This study demonstrates the effectiveness of an ensemble approach for email spam detection by aggregating multiple weak machine learning algorithms to produce a strong machine learning model. The purpose of this research is to enhance the accuracy and robustness of the predictive model to detect spam emails. As a result, the proposed approach produced a better performance with 95.8% accuracy
A machine learning approach to server-side anti-spam e-mail filtering
Spam-detection systems based on traditional methods have several obvious disadvantages like low detection rate, necessity of regular
knowledge bases’ updates, impersonal filtering rules. New intelligent methods for spam detection, which use statistical and machine
learning algorithms, solve these problems successfully. But these methods are not widespread in spam filtering for enterprise-level mail
servers, because of their high resources consumption and insufficient accuracy regarding false-positive errors. The developed solution
offers precise and fast algorithm. Its classification quality is better than the quality of Naïve-Bayes method that is the most widespread
machine learning method now. The problem of time efficiency that is typical for all learning based methods for spam filtering is solved
using multi-agent architecture. It allows easy system scaling and building unified corporate spam detection system based on heterogeneous
enterprise mail systems. Pilot program implementation and its experimental evaluation for standard data sets and for real mail flows have
demonstrated that our approach outperforms existing learning and traditional spam filtering methods. That allows considering it as a
promising platform for constructing enterprise spam filtering systems
Image Spam Classification using Deep Learning
Image classification is a fundamental problem of computer vision and pattern recognition. Spam is unwanted bulk content and image spam is unwanted content embedded inside the images. Image spam creates threat to the email based communication systems. Nowadays, a lot of unsolicited content is circulated over the internet. While a lot of machine learning techniques are successful in detecting textual based spam, this is not the case for image spams, which can easily evade these textual-spam detection systems. In this project, we explore and evaluate four deep learning techniques that detect image spams. First, we study neural networks and the deep neural networks, which we train on various image features. We explore their robustness on an improved dataset, which was especially build in order to outsmart current image spam detection techniques. Finally, we design two convolution neural network architectures and provide experimental results for these alongside the existing VGG19 transfer learning model for detecting image spams. Our work offers a new tool for detecting image spams and is compared against recent related tools
Survey on Security Enhancement at the Design Phase
Pattern classification is a branch of machine learning that focuses on recognition of patterns and regularities in data. In adversarial applications like biometric authentication, spam filtering, network intrusion detection the pattern classification systems are used [6]. In this paper, we have to evaluate the security pattern by classifications based on the files uploaded by the users. We have also proposed the method of spam filtering to prevent the attack of the files from other users. We evaluate our approach for security task of uploading word files and pdf files.
DOI: 10.17762/ijritcc2321-8169.150314
- …