Azure Machine Learning

Comprehensive documentation for building, deploying, and managing machine learning solutions on Azure.

Overview

Azure Machine Learning provides a cloud-based environment to build, train, deploy, and manage machine learning models. It offers a wide range of services and tools to accelerate your machine learning workflows.

Key features include:

Getting Started

Here's how to get started with Azure Machine Learning:

  1. Create an Azure Account: If you don't already have one, sign up for an Azure account.
  2. Create an Azure Machine Learning Workspace: Use the Azure portal or Azure CLI to create a workspace.
  3. Explore the Azure Machine Learning Studio: Launch the studio to start building your machine learning solutions.
  4. Tutorials and Samples: Check out the tutorials and samples for guided learning experiences.

Key Services

AML Compute

Managed compute instances for training and deploying machine learning models. Offers various VM sizes and configurations.

Learn More

AML Designer

A visual drag-and-drop interface for building machine learning pipelines without writing code.

Learn More

AML SDK

The SDK enables you to automate machine learning workflows using the command line or programmatically.

Learn More