aashishsatya / Bayesian-Spam-Filter
An implementation of a Spam Filter in Python that uses the Naive Bayes Model to classify mails as spam or ham.
☆40Updated 2 years ago
Alternatives and similar repositories for Bayesian-Spam-Filter:
Users that are interested in Bayesian-Spam-Filter are comparing it to the libraries listed below
- It uses machine learning models (Multinomial NB & SVM) to predict whether the email is spam or ligitimate on two corpus namely Ling-spam …☆89Updated 8 years ago
- "20 Newsgroups" text classification with python☆151Updated 8 years ago
- This is the code for 'How to Do Sentiment Analysis' #3 - Intro to Deep Learning by Siraj Raval on Youtube☆111Updated 6 years ago
- Spam filtering made easy for you☆142Updated 5 years ago
- ☆8Updated 9 years ago
- Using Word2Vec to explore semantic similarities between the entities of "A Song of Ice and Fire" ("Game of Thrones").☆25Updated 8 years ago
- Code of the blog post: http://fjavieralba.com/basic-sentiment-analysis-with-python.html☆103Updated 12 years ago
- ☆49Updated 9 years ago
- Sentiment Analysis on Twitter☆132Updated 9 years ago
- sentiment analysis for twitter☆51Updated 13 years ago
- Simple practice for text classification using Python☆58Updated 10 years ago
- The programming assignments of Natural Language Processing by Michael Collins on Coursera☆14Updated 11 years ago
- Classify spambase dataset: https://archive.ics.uci.edu/ml/datasets/Spambase☆23Updated 8 years ago
- Feature-Based Sentiment Analysis in Python☆59Updated 10 years ago
- Kaggle's competition for using Google's word2vec package for sentiment analysis☆620Updated 6 years ago
- Python repository for ParallelDots API Wrapper☆45Updated 9 months ago
- Sentiment Analysis of IMDB Movie Reviews using word2vec and scikit-learn☆73Updated 9 years ago
- An entry to kaggle's 'Sentiment Analysis on Movie Reviews' competition☆181Updated 6 years ago
- Final project for Udacity's ud741 — Unsupervised Learning☆52Updated 9 years ago
- Example project of sentiment analysis using LSTM NN on IMDB reviews database☆21Updated 9 years ago
- Working with sentiment analysis in Python.☆214Updated 10 years ago
- A python library for simple text summarization☆219Updated 9 years ago
- Python crawler for quora.com☆82Updated 11 years ago
- 👾my personal implementation of classical machine learning algorithms from first principles (as a phd student at stony brook university)☆15Updated 5 months ago
- Text classification (specifically for Sentiment Analysis) using Deep Learning☆10Updated 8 years ago
- Preparing a dataset for TensorFlow text summarization (TextSum) model.☆145Updated 8 years ago
- Naive Bayes in Python