Azure Machine Learning Flashcards

1
Q

What is Azure Machine Learning?

A

A cloud-based platform for building and operating ML solutions in Azure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Azure ML Studio?

A

A web portal in Azure ML for low-code and no-code options for model training, deployment, and asset management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an Azure ML Workspace?

A

The top-level resource for Azure ML, providing a centralised place to work with all the artifacts you create when you use Azure ML.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are compute targets?

A

Cloud-based resources on which you can run model training and data exploration processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 4 kinds of compute targets?

A

Compute Instances

Compute Clusters

Inference Clusters

Attached Compute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Compute Instances?

A

Development workstations that data scientists can use to work with data and models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Compute Clusters?

A

Scalable clusters of virtual machines for on-demand processing of experiment code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Inference Clusters used for?

A

Deployment targets for predictive services that use your trained models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are Attached Compute used for?

A

Links to existing Azure compute resources, such as VMs or Azure Databrick clusters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a dataset in Azure ML?

A

An object that contains data for model training and another operations.

It represents specific data files or tables that you plan to work with in Azure ML.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is automated machine learning in Azure ML?

A

A feature that leverages the scalability of cloud compute to automatically try multiple pre-processing techniques and model-training algorithms in parallel to find the best performing model.

It only(?) supports supervised ML.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Azure Cognitive services?

A

A comprehensive family of AI services and cognitive APIs to help you build intelligent apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What decision AI services does Azure Cognitive services encapsulate?

A

Anomaly Detector

Content moderator

Personaliser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What language AI services does Azure Cognitive services encapsulate?

A

Language understanding (LUIS)

QnA Maker

Text analysis

Translator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What speech AI services does Azure Cognitive services encapsulate?

A

Speech-to-Text

Text-to-Speech

Speech translation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What vision AI services does Azure Cognitive services encapsulate?

A

Computer Vision

Custom Vision

Face API

17
Q

For a majority of the services under the Cognitive services, you can create a separate resource to use. Why would you want to use the Cognitive services?

A

If developers used more than one cognitive service (e.g. Face and LUIS) and wanted to have one key and one endpoint to connect to.

18
Q

How is the Language Understanding service under cognitive services resource different from the stand-alone resource?

A

In cognitive service, you can only create a prediction Language Understanding resource; if you want authoring, you’ll have to make a stand-alone.

19
Q

What are the 3 settings for creating a compute instance in Azure ML Studio?

A

Virtual Machine Size
Virtual Machine Type
Compute Name

20
Q

What are the 5 settings for creating a compute cluster in Azure ML Studio?

A

Virtual Machine Size
Virtual Machine Type
Virtual Machine Priority

Compute Name

Minimum number of nodes
Maximum number of nodes

Idle seconds before scale down

21
Q

What are the 4 settings for deploying a model in Azure ML Studio?

A

Name
Description
Compute type
Enable authentication

22
Q

What are the 3 resources added automatically to when creating a ML workspace ?

A

Key vault
Storage account
Application Insights