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
The SMS Spam Detection project classifies messages as "Spam" or "Ham" using NLP and a Multinomial Naive Bayes model. Preprocessing included text cleaning, stopword removal, and lemmatization. The model achieved high accuracy, and add a accuracy and Loss, confusion matrix heatmap visualization for enhanced insights.
Image-based malware classification using CNN, ResNet18, and EfficientNet-B0 trained on the Malimg Dataset. Includes model comparison, evaluation metrics, and visualization of results.