multinomial-naive-bayes topic

List multinomial-naive-bayes repositories

machine-learning

208
Stars
49
Forks
Watchers

Python machine learning applications in image processing, recommender system, matrix completion, netflix problem and algorithm implementations including Co-clustering, Funk SVD, SVD++, Non-negative Ma...

Bookmark-Manager

44
Stars
7
Forks
Watchers

NLP based approach to automatically categorize your bookmarks!

spam-ham-web-app

29
Stars
12
Forks
Watchers

A web app that classifies text as a spam or ham. I am using my own ML algorithm in the backend, Code to that can be found under machine_learning_section. For Live Demo: Checkout this link

Forecasting weather Using Multinomial Logistic Regression, Decision Tree, Naïve Bayes Multinomial, and Support Vector Machine

amazon-reviews

32
Stars
10
Forks
Watchers

Sentiment Analysis & Topic Modeling with Amazon Reviews

Spam-Classifier

16
Stars
6
Forks
Watchers

A Natural Language Processing with SMS Data to predict whether the SMS is Spam/Ham with various ML Algorithms like multinomial-naive-bayes,logistic regression,svm,decision trees to compare accuracy an...