An LSTM Document Classifier in Javascript
Sep 4, 2018 · 2 min read

UPDATE: Github Gists is currently experiencing some kind of issue and so you can find the complete code and all snippets in the following file on my Github: https://github.com/kmaher9/lstm-classifier/blob/master/classifier.js
I began this project with a simple goal in mind — you might have read my article on using Naive Bayes Classification, to predict what category a document falls in to.

