NLP

Using LSTMs Is Easy

Using LSTMs Is Easy

Make your model understand text just as you would read it -- by learning the sequence of words

276 words/2 min read
We build a Fake News Detection model using Spacy and Keras LSTM.

Neat Wordcount Histograms

The convenience of horizontal histograms

230 words/2 min read

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?