Azure Machine Learning is integrated with Visual Studio Tools for AI. You can use it to submit machine learning jobs to remote compute targets like Azure virtual machines, Spark clusters, and more. Learn more about Azure Machine Learning Experimentation
Once you've installed Visual Studio Tools for AI, it's easy to create a new Python project using pre-made recipes in the Azure Machine Learning Sample Gallery.
! Azure Machine Learning Workbench must be installed. To install it please see the Azure Machine Learning installation quickstart
-
Launch Visual Studio. Open the Server Explorer by opening the AI Tools menu and choosing AI Services
-
Sign in to your Azure Machine Learning subscription by right-clicking the Azure Machine Learning node in the Server Explorer then select Login and follow the directions.
-
Right click Azure Machine Learning, click Azure Machine Learning Sample Gallery in the contexture menu to open the Azure Machine Learning gallery.
-
For this Quickstart, select the "MNIST using TensorFlow" sample and click Install. Provide the
-
Resource Group: Azure resource group where your metadata will be stored
-
Account: Azure Machine Learning experimentation Account
-
Workspace: Azure Machine Learning workspace
-
Project Type: The machine learning framework. In this case choose TensorFlow
-
Add to Solution: determines whether to add to your current Visual Studio Solution or a create and open a new solution
-
Project Path: Location to save the code
-
Project Name: Type TensorFlowMNIST