You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This GitHub repository provides an implementation of the paper "MAGNET: Multi-Label Text Classification using Attention-based Graph Neural Network" . MAGNET is a state-of-the-art approach for multi-label text classification, leveraging the power of graph neural networks (GNNs) and attention mechanisms.
In this project we implements a spam detection system using machine learning. It preprocesses SMS data, performs exploratory analysis, and trains various classifiers, including ensemble methods, to classify messages as spam or ham, ultimately saving the model for future use.