View on GitHub

ACE_Azure_ML

This repository contains training material related to Azure and Machine Learning

Introduction

In this course, we will implement a Continuous Integration (CI)/Continuous Delivery (CD) pipeline for Anomaly Detection and Predictive Maintenance applications. For developing an AI application, there are frequently two streams of work:

  1. Data Scientists building machine learning models
  2. App developers building the application and exposing it to end users to consume

In short, the pipeline is designed to kick off for each new commit, run the test suite, if the test passes takes the latest build, packages it in a Docker container and then deploys to create a scoring service as shown below.

Architecture

Modules Covered

The goal of this course is to cover the following modules: