Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 416 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 416 Bytes

Sentiment Classification on Stanford Sentiment Treebank

Open In Colab

Written in PyTorch and using TorchText library

Experimented with different recurrent unit types (RNN, GRU, LSTM), layer sizes, network depth, and utilised GoogleNews-vectors-negative300 word embeddings.