Using a Graph Database for Deep Learning Text Classification by Kenny Bastani.
From the post:
Graphify is a Neo4j unmanaged extension that provides plug and play natural language text classification.
Graphify gives you a mechanism to train natural language parsing models that extract features of a text using deep learning. When training a model to recognize the meaning of a text, you can send an article of text with a provided set of labels that describe the nature of the text. Over time the natural language parsing model in Neo4j will grow to identify those features that optimally disambiguate a text to a set of classes.
Similarity and graphs. What’s there to not like?