Section 01
[Introduction] Core Overview of NLP-Based Phishing Email Detection System
This article introduces the Phishing-Email-Detector project, which uses natural language processing (NLP) technology to build a phishing email detection system. It compares four models: logistic regression, random forest, naive Bayes, and neural networks, and explores the combined application of TF-IDF text features and metadata features. The project covers the complete workflow from data preprocessing to model deployment, providing a benchmark reference for phishing email detection and having learning value for beginners in NLP security applications.