This document discusses a study on sentiment analysis of tweets using deep learning techniques. The study aims to classify tweets from the SemEval-2017 Twitter dataset as either positive or negative sentiment using various deep learning models including bidirectional LSTM, CNNs, and BERT. The models are trained on the dataset and evaluated to determine the most accurate classifier. Preprocessing of the tweets is also discussed, which includes normalization, removal of URLs, usernames, hashtags, and special characters.