November 2018

Volume 33 Number 11

November 2018 Code Downloads

Artificially Intelligent - A Closer Look at Reinforcement Learning

Reinforcement learning is one of the most exciting spaces in artificial intelligence. In this article, Frank La Vigne explores the Epsilon Greedy algorithm with the classic “Multi-Armed Bandit” problem, focusing on the explore-or-exploit dilemma that AI agents face.

Azure Service Bus - Web Site Background Processing with Azure Service Bus Queues

In this article, Will Stott shows how to perform long-running processing for an ASP.NET Core 2.1 WebApp in the background using Azure Functions and a ServiceBus queue.

Test Run - Introduction to the ML.NET Library

James McCaffrey demonstrates a logistic regression approach to binary classification in order to introduce you to the ML.NET library, which, unlike Python-based libraries, integrates seamlessly into .NET applications.