Ultimate access to all questions.
An IT department creates the following Azure resource groups and resources: //IMG//
The department creates an Azure Kubernetes Service (AKS) inference compute target named aks-cluster
in an Azure Machine Learning workspace.
You are using a Microsoft Surface Book with a GPU, which has Python 3.6 and Visual Studio Code installed.
Your goal is to run a script that trains a deep neural network (DNN) model and logs the loss and accuracy metrics.
Proposed Solution: Install the Azure ML SDK on the Surface Book. Use Python code to connect to the workspace and run the training script as an experiment on the local compute.
Does the solution meet the goal?