Machine Learning General Flashcards

1
Q

Use Amazon ____________ to accelerate File mode training jobs.

A

FSx for Lustre

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

a set of variables that controls how a model is trained.

A

Hyperparameters

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

Finds the best version of a model by automating the training job within the limits of the hyperparameters that you specified.

A

Automatic Model Tuning

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

The process of using the trained model to make predictions.

A

Inference

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

Downloads data into the SageMaker instance volume before model training commences.

A

File mode

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

Directly stream data from Amazon S3 into the training algorithm container.

A

Pipe mode

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

automates the process of building, tuning, and deploying machine learning models based on a tabular dataset (CSV or Parquet).

A

SageMaker AutoPilot

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

a data labeling service that lets you use workforce (human annotators) through your own private annotators, Amazon Mechanical Turk, or third-party services.

A

SageMaker GroundTruth

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

a visual data preparation and cleaning tool that allows data scientists and engineers to easily clean and prepare data for machine learning.

A

SageMaker Data Wrangler

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

allows you to optimize machine learning models for deployment on edge devices to run faster with no loss in accuracy.

A

SageMaker Neo

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

automates the process of hyperparameter tuning based on the algorithm and hyperparameter ranges you specify. This can result in saving a significant amount of time for data scientists and engineers.

A

SageMaker Automatic Model Tuning

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

provides real-time insights into the training process of machine learning models, enabling rapid iteration. It allows you to monitor and debug training issues, optimize model performance, and improve overall accuracy by analyzing various model-related metrics, such as weights, gradients, and biases.

A

Amazon SageMaker Debugger

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

allows data scientists and engineers to save up to 90% on the cost of training machine learning models by using spare compute capacity.

A

Managed Spot Training

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

allows for splitting the data and distributing the workload across multiple instances, improving speed and performance. It supports various distributed training frameworks such as TensorFlow, PyTorch, and MXNet.

A

Distributed Training

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