Using LSTMs Is Easy
Make your model understand text just as you would read it -- by learning the sequence of words
We build a Fake News Detection model using Spacy and Keras LSTM.
Make your model understand text just as you would read it -- by learning the sequence of words
A no-fuss pipeline for binary or multiclass text classification
The convenience of horizontal histograms
Most NLP projects require us to look at word counts in documents. The traditional way is to draw histograms with vertical bars. But, are they convenient?