Detection of Fake Reviews on Flipkart using Machine Learning Architectures.
The dataset used includes 15166 different reviews uploaded on the flipkart website.
The following steps are performed:
- Pre-processing of dataset
- Sentiment Analysis on Review Title and Review Text
- Customer Segmentation and performing K Means Clustering
- EDA on clusters formed
- Anomaly Detection Using Isolation Forest
- Unsupervised learning algorithms to divide the review data into clusters and perform detailed analysis of the clusters to categorize reviews as fake or real.