An open API service indexing awesome lists of open source software.

https://github.com/himank-khatri/spamham

NLP models trained using Bag of Words (BoW) and Term Frequency - Inverse Document Frequency (TF-IDF) to classify SMS as Spam or Ham.
https://github.com/himank-khatri/spamham

bag-of-words naive-bayes-algorithm nlp nlp-machine-learning spam-detection tfidf-vectorizer

Last synced: 8 months ago
JSON representation

NLP models trained using Bag of Words (BoW) and Term Frequency - Inverse Document Frequency (TF-IDF) to classify SMS as Spam or Ham.

Awesome Lists containing this project

README

          

# SpamHam
NLP models trained using Bag of Words (BoW), Term Frequency - Inverse Document Frequency (TF-IDF) and Google's word2vec to classify SMS as Spam or Ham. Trained on [SMS Spam Collection Dataset](https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset), Kaggle.

## Accuracies Achieved
- Bag of Words: 98.6%
- TF-IDF: 97.6%
- word2vec: 97.4%