Skip to content

JoshuaMalcarne/Sentiment_Analysis_Amazon_Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment_Analysis_Amazon_Reviews

This assignment is from the Kaggle Competition: Amazon Reviews for Sentiment Analysis https://www.kaggle.com/datasets/bittlingmayer/amazonreviews
It was completed as NLP practice for Graduate AI

PREPROCESSING DATA PRACTICE:

  • Preprocess simple sentences
  • Calculate cosine similarity of the processed sentences
  • Calculate TF-IDF vectors of the processed sentences

MODEL TRAINING:

  • Preprocess the Kaggle dataset
  • Train a model without LSTM layers
  • Train a model with LSTM layers
  • Compare the validation accuracy and loss of the two models

About

NLP for Sentiment Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published