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 […]

Word Embedding and Data Splitting

This is the second 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 was being asked or a command given. The goal being to query the institutional knowledge base […]