Skip to content

thhung/SentAnaly

Repository files navigation

SentAnaly - Sentiment Analysis

This project is my development for the Sentiment Analysis problem. This project composes of multiple stages:

  1. First stage composes of experiments on various techniques from simple method such as purely DNN, Conv1D, different word embeddings to complicated one such as Transformer. The goal is to push the performance as high as possible.
  2. Second stage is applying all of these experiments for the real dataset.

The dataset for the first stage of this project is IMDb for the first stage. A dataset of Kaggle such as the dataset for hate speech detection competition will be used.

TODO List

  • Setting up the baseline
  • Trying with different pretrained word embeddings
  • Change the optimizer from Adam to Ranger (combination of Lookahead and RectAdam)

Releases

No releases published

Packages

No packages published

Languages