Posts by this author

Jul 5, 2017
0
0

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
0
0

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
1
0

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