Posts by this author

Jul 5, 2017
Post likes count0

Automating Receipt Processing

Claiming expenses is usually a manual process. This project aims to improve the efficiency of receipt processing by looking into ways to automate this process.  This code story describes how we created a skeletal framework to achieve the following: We found a few challenges in addressing these goals. For instance, the quality of...

Machine LearningDevOpsCognitive Services
Nov 29, 2015
Post likes count0

Feature Representation for Text Analyses

Investigations that provide insights on how to choose an N-gram feature that maximizes performance of a classifier.

Machine Learning
Nov 29, 2015
Post likes count0

Neural Network Performance

In this code story, we explore how the topology of a deep neural network can affect the performance of a text-based classifier.

Machine Learning
Nov 29, 2015
Post comments count1
Post likes count0

Data preparation: The Balancing Act

In this code story, we consider how data preparation can impact the performance of a classifier, and how that may lead to a refinement of problem statement, i.e. the important question we are asking.

Machine Learning