The topic of Natural Language Processing Task, more specifically the task of sentiment analysis.
The dataset I work with is the IMBD Large Movie Review Dataset. It contains 50k movie reviews made of text representing the viewer’s comments along with a label “positive” or “negative”. I also use different approaches (CNN, CNN with one LSTM layer, and Simple RNN)