All Projects → aayush210789 → Deception-Detection-on-Amazon-reviews-dataset

aayush210789 / Deception-Detection-on-Amazon-reviews-dataset

Licence: other
A SVM model that classifies the reviews as real or fake. Used both the review text and the additional features contained in the data set to build a model that predicted with over 85% accuracy without using any deep learning techniques.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Deception-Detection-on-Amazon-reviews-dataset

topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (+21.43%)
Mutual labels:  sklearn, nltk, nlp-machine-learning
Python Ai Assistant
Python AI assistant 🧠
Stars: ✭ 219 (+421.43%)
Mutual labels:  sklearn, nltk, nlp-machine-learning
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+897.62%)
Mutual labels:  nltk, nlp-machine-learning
How To Mine Newsfeed Data And Extract Interactive Insights In Python
A practical guide to topic mining and interactive visualizations
Stars: ✭ 61 (+45.24%)
Mutual labels:  sklearn, nlp-machine-learning
Ai Chatbot Framework
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
Stars: ✭ 1,564 (+3623.81%)
Mutual labels:  sklearn, nltk
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (-28.57%)
Mutual labels:  svm, nlp-machine-learning
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (+319.05%)
Mutual labels:  sklearn, nltk
Facial Expression Recognition Svm
Training SVM classifier to recognize people expressions (emotions) on Fer2013 dataset
Stars: ✭ 110 (+161.9%)
Mutual labels:  svm, sklearn
MachineLearning
机器学习教程,本教程包含基于numpy、sklearn与tensorflow机器学习,也会包含利用spark、flink加快模型训练等用法。本着能够较全的引导读者入门机器学习。
Stars: ✭ 23 (-45.24%)
Mutual labels:  svm, sklearn
Breast-Cancer-Scikitlearn
simple tutorial on Machine Learning with Scikitlearn
Stars: ✭ 33 (-21.43%)
Mutual labels:  svm, sklearn
Ailearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Stars: ✭ 32,316 (+76842.86%)
Mutual labels:  svm, sklearn
merkalysis
A marketing tool that helps you to market your products using organic marketing. This tool can potentially save you 1000s of dollars every year. The tool predicts the reach of your posts on social media and also suggests you hashtags for captions in such a way that it increases your reach.
Stars: ✭ 28 (-33.33%)
Mutual labels:  sklearn, nlp-machine-learning
ml course
"Learning Machine Learning" Course, Bogotá, Colombia 2019 #LML2019
Stars: ✭ 22 (-47.62%)
Mutual labels:  sklearn
KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
Stars: ✭ 54 (+28.57%)
Mutual labels:  sklearn
TextClassification
基于scikit-learn实现对新浪新闻的文本分类,数据集为100w篇文档,总计10类,测试集与训练集1:1划分。分类算法采用SVM和Bayes,其中Bayes作为baseline。
Stars: ✭ 86 (+104.76%)
Mutual labels:  svm
stock-price-prediction
A practice project for machine learning and stop price prediction
Stars: ✭ 19 (-54.76%)
Mutual labels:  svm
Entity Embedding
Reference implementation of the paper "Word Embeddings for Entity-annotated Texts"
Stars: ✭ 19 (-54.76%)
Mutual labels:  nlp-machine-learning
Rgtsvm
The R package for SVM with GPU architecture based on the GTSVM software
Stars: ✭ 27 (-35.71%)
Mutual labels:  svm
fake-news
This is a further development of the kdnuggets article on fake news classification by George McIntyre
Stars: ✭ 15 (-64.29%)
Mutual labels:  nlp-machine-learning
DeepLearningReading
Deep Learning and Machine Learning mini-projects. Current Project: Deepmind Attentive Reader (rc-data)
Stars: ✭ 78 (+85.71%)
Mutual labels:  nlp-machine-learning

Deception-Detection-on-Amazon-reviews-dataset

A SVM model that classifies the reviews as real or fake. Used both the review text and the additional features contained in the data set to build a model that predicted with over 90% accuracy without using any deep learning techniques.

NLTK and Sklearn python libraries used to pre-process the data and implement cross-validation.

Worked with a recently released corpus of Amazon reviews

Finally, did an exploratory analysis on the dataset using seaborn and Matplotlib to explore some of the linguistic and stylistic traits of the reviews and compared the two classes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].