Skip to content

taresh18/App-Reviews-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

App-Reviews-Sentiment-Analysis

Dataset :

Used Google play scraper to build dataset containing the ratings and user reviews of top 15 apps in Google Play Store.
Reviews with a rating of 1 or 2 are labelled as negative sentiment, rating 3 as neutral sentiment and rating 4 and 5 as positive sentiment.

Training :

Used tokenizer from the transformers library for encoding.
Used AdamW (adam with weight decay) optimiser and cross entropy loss.
Trained for 10 epochs.

Result :

Achieved an F1 score of 0.81 on the test set from the dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published