Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 276 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 276 Bytes

A deep learning model built using PyTorch and TorchText to classify sentiments of tweets using a subset of the sentiment140 dataset.

The model uses pre-trained GloVe embeddings to build the vocabulary and the encoder uses two layers of biLSTM and dropout for regularization.