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