Sentence classification using Bi-LSTM

Sentence classification using Bidirectional-LSTM model and comparison with other baseline models

akshay uppal
Towards Data Science
6 min readMar 28, 2019

--

So there are various ways for sentence classification like a bag of words approach or neural networks etc. In this article, I would be discussing mainly the sentence classification task using deep learning model (specifically Bi-LSTM)

This article mainly is concerned with some basic introduction and jumps right into implementation. If you need in-depth information, I have included…

--

--