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