This research paper presents a deep learning-based approach for detecting spam in SMS (text) data. The study uses various models namely Dense, LSTM, Bi-LSTM, and GRU to conduct binary classification and predict spam text messages. To address the imbalanced data problem, the study employs undersampling, downsampling, and SMOTE sampling techniques on a public dataset of SMS messages from UCL datasets. The paper presents a study on detecting spam messages in SMS using a dense model. The researchers visualize the commonly used words in spam and non-spam messages and analyze their impact on the model's performance. The findings from this study demonstrate that the proposed dense model exhibits high accuracy in detecting spam messages on the test dataset. This suggests that the model can be useful in identifying spam messages in SMS.
Sethi et al. (Thu,) studied this question.