Skip to content

Latest commit

 

History

History
 
 

an-introduction

Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 7 column 23
---
page_type: sample
languages:
- python
- azurecli
products:
- azure-machine-learning
description: Tutorial\: Run "hello world" and train a simple model on Azure Machine Learning.
---

Introduction to Azure Machine Learning

This tutorial walks through the day 1 steps for getting started with Azure Machine Learning by running through a "hello world" and then basic PyTorch training on remote compute, introducing the steps to move a workflow to the cloud.

The tutorial consists of three notebooks:

After running through these, the basic concepts used in this repository are demonstrated. You can then go through other tutorials to learn the specifics of Azure cloud integration with various ML tools, or easily run one of the workflow examples. If you want to run your script regularly or on triggers, see the template setup guide.