multinomial-naive-bayes topic
machine-learning-implemetation-python
Basic Machine Learning implementation with python
machine-learning
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
NLP based approach to automatically categorize your bookmarks!
spam-ham-web-app
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-Machine-Learning
Forecasting weather Using Multinomial Logistic Regression, Decision Tree, Naïve Bayes Multinomial, and Support Vector Machine
amazon-reviews
Sentiment Analysis & Topic Modeling with Amazon Reviews
Spam-Classifier
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...