Updated 2 years ago
Assignment - Sentiment Analysis of Movie Reviews
Problem Statement: Apply the TF-IDF technique to train ML models for sentiment analysis using data from the "Sentiment Analysis on Movie Reviews" Kaggle competition.
Outline:
- Download and Explore Dataset
- Implement the TF-IDF Technique
- Train baseline model & submit to Kaggle
- Train & finetune different ML models
- Document & submit your notebook
Dataset: https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews
Download and Explore the Data
Outline:
- Download Dataset from Kaggle
- Explore and visualize data
Download Dataset from Kaggle
- Read the "Description", "Evaluation" and "Data" sections on the Kaggle competition page carefully
- Make sure to download the
kaggle.json
file from your Kaggle account and upload it on Colab