Course Project Notes: CS7650 NLP

1 · Yingjun Mou · Aug. 22, 2021, 4:09 p.m.
Course Project Notes: CS7650 NLP 1. Project #1 - Text Classification (1) Goal: Train a model to classifiy positive and negative movie reviews. (2) Methods: In three different ways: 1 perceptron algorithm 2 simple neural bag-of-word model - based on this paper 3 1-D Convolutional Neural Networks - similar to the CNN-rand baseline model (3) Data: a small version of the ACL IMDB dataset. The full version is here ...