你将学到什么
Train and evaluate a multiclass neural network on Azure ML Studio to recognize handwritten digits
Create and deploy a predictive web service
Build a Python web app to query the Azure web service API for deep learning inference
课程概况
In this project-based course, you will use the Multiclass Neural Network module in Azure Machine Learning Studio to train a neural network to recognize handwritten digits. Microsoft Azure Machine Learning Studio is a drag-and-drop tool you can use to rapidly build and deploy machine learning models on Azure. The data used in this course is the popular MNIST data set consisting of 70,000 grayscale images of hand-written digits. You are going to deploy the trained neural network model as an Azure Web service. Azure Web Services provide an interface between an application and a Machine Learning Studio workflow scoring model. You will write a Python application to use the Batch Execution Service and predict the class labels of handwritten digits.
This is the third course in this series on building machine learning applications using Azure Machine Learning Studio. I highly encourage you to take the first course before proceeding. It has instructions on how to set up your Azure ML account with $200 worth of free credit to get started with running your experiments!
This course runs on Coursera’s hands-on project platform called Rhyme. On Rhyme, you do projects in a hands-on manner in your browser. You will get instant access to pre-configured cloud desktops containing all of the software and data you need for the project. Everything is already set up directly in your internet browser so you can just focus on learning. For this project, you’ll get instant access to a cloud desktop with Python, Jupyter, and scikit-learn pre-installed.
Notes:
– You will be able to access the cloud desktop 5 times. However, you will be able to access instructions videos as many times as you want.
– This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
课程大纲
Project: Deep Learning Inference with Azure ML Studio
Welcome to this project-based course on Deep Learning Inference with Azure ML Studio. In this course, you will use the Multiclass Neural Network module in Azure Machine Learning Studio to train a neural network to recognize handwritten digits. This is the third course in this series on building ML applications using Azure ML Studio. I highly encourage you to take the first course before continuing any further. It has instructions on how to set up your Azure ML account with $200 worth of free credit to get started with running your experiments! The data used in this course is the popular MNIST data set which consists of 70,000 grayscale images of hand-written digits. You are going to deploy the trained neural network model as an Azure Web service. Azure Web Services provide an interface between an application and a Machine Learning Studio workflow scoring model. You will write a Python application to use the Batch Execution Service and predict the class labels of handwritten digits.
课程项目
Introduction and Overview
Data Preparation
Train and Evaluate Multiclass Neural Network
Create and Deploy Predictive Web Service
Inference Using the Web Service API