Showing results for 2015 - ISE Developer Blog

Dec 16, 2015
0
0

Determining Speech Intent with Cognitive Services and LUIS

Jason Poon
Jason Poon

In this real-life-code story, we show how we used Cognitive Services and LUIS to build a vehicle center console that can listen and respond to user's commands, specifically focusing on determining intent.

Machine Learning
Nov 29, 2015
1
0

Data preparation: The Balancing Act

CY Yam
CY Yam

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
Nov 29, 2015
0
0

Neural Network Performance

CY Yam
CY Yam

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 2, 2015
0
0

Working with Spatial Data in Table Storage

Beat Schwegler
Beat Schwegler

Implementing spatial capabilities by mapping entities to unique grid numbers in large-scale cloud-based table storage, like Microsoft Azure Table Storage.

Big Data
Oct 30, 2015
0
0

Streamlined Dokku Deployment on Azure

Anthony Turner
Anthony Turner

Dokku is a very small PaaS implementation, powered by Docker. In this code story, we walk through how to deploy Dokku on Azure, and how to use Dokku to deploy, load balance, and update a simple Rails app.

DevOps