Classify Sentences via a Recurrent Neural Network (LSTM)

This is the fifth article in an eight part series on a practical guide to using neural networks to, applied to real world problems. Specifically, this is a problem we faced at Metacortex. We needed our bots to understand when a question, statement, or command sent to our bot(s). The goal being to query the […]

Classify Sentences via a Multilayer Perceptron (MLP)

This is the fourth article in an eight part series on a practical guide to using neural networks, applied to real world problems. Specifically, a problem we faced at Metacortex. We needed our bots to understand when a question, statement, or command sent to our bot(s). The goal being to query the institutional knowledge base […]

Bag-of-Words to Classify Sentence Types

This is the third article in an eight part series on a practical guide to using neural networks, applied to real world problems. This post is specifically about developing a naive solution using key word search (bag-of-words) to classify sentence types. Full Guide: Acquiring & formatting data for deep learning applications Word embedding and data […]