Skip to content

deanpoulos/movie-review-sentiment-analysis

Repository files navigation

PhiTorch Movie Review/Rating (Sentiment Analysis)

COMP9444: Rating System - Predictive Neural Network by Dean Poulos and Leo Carnovale.

Helpful Links

Todo

  • Implement BCELoss function.
  • Research custom loss function. -> https://pytorch.org/docs/master/notes/extending.html
  • Research RNN network.
  • Research different activations for dense layers.
  • Research different optimiser parameters.
  • Implement analysis of predicted/actual review-ratings.

Introduction

Pytorch program that learns to read product reviews in text format and predict an integer rating from 1 to 5 stars associated with each review.

Getting Started

Run using: python3 hw2main.py

About

COMP9444: Rating System - Predictive Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages