June 2018

Volume 33 Number 6

June 2018 Code Downloads

Data Points - Replacing a Bulky API with Azure Functions

Julie Lerman updates some old NodeJS Web APIs that worked with Azure DocumentDB to take advantage of Azure Functions and Cosmos DB and realizes she can eliminate a whole lot of the code. Learn how that’s possible.

Test Run - Neural Regression Using CNTK

The goal of a regression problem is to make a prediction where the value to predict is a single numeric value. James McCaffrey explains how to use the Microsoft CNTK library to create a neural network regression model, which is more complex than the classical statistics linear regression technique, but usually more accurate.