Machine Learning Options on Google Cloud Flashcards

1
Q

What are options for building machine learning models available on Google Cloud?

A
  • BigQueryML (using SQL queries to create and execute ML models in BigQuery)
  • use pre-built APIs (leverage ML models that have already been built and trained by Google)
  • AutoML (a no-code solution, so you can build your own ML models on Vertex AI through a point-and-click interface)
  • custom training (code your very own ML environment, the training, and the deployment)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which GCP ML option only supports tabular data?

A

BigQuery ML

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

Which GCP ML option does not require any training data?

A

pre-built APIs

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

Which GCP ML option does not require Machine learning and coding expertise?

A

Pre-Built APIs and AutoML

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

What should be used to build custom models with your own training data while spending minimal time coding?

A

AutoML

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

What should be used if your ML engineers and data scientists want full control of ML workflow?

A

Vertex AI custom training lets you train and serve custom models with code on Vertex Workbench.

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

Give a short list of GCP pre-built APIs

A
  • Speech-to-Text API (converts audio to text for data processing)
  • Cloud Natural Language API (recognizes parts of speech called entities and sentiment)
  • Cloud Translation API (converts text from one language to another)
  • Text-to-Speech API (converts text into high quality voice audio)
  • Vision API (works with and recognizes content in static images)
  • Video Intelligence API (recognizes motion and action in video)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe Auto ML technologies.

A

1) transfer learning (people with smaller datasets, or less computational power, achieve state-of-the-art results by taking advantage of pre-trained models that have been trained on similar, larger data sets.)
2) neural architecture search (finding the optimal model for the relevant project)

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

List the advantages of AutoML.

A
  • powered by the latest machine-learning research
  • trains and evaluates multiple models and compares them to each other
  • produces an ensemble of ML models
  • chooses the best one
  • no code solution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What kind of data is supported in AutoML?

A

AutoML supports four types of data: image, tabular, text, and video

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

What is the major difference between pre-built APIs and AutoML?

A

The major difference is that pre-built APIs use pre-built machine learning models, while AutoML uses custom-built models

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

What should be used to code custom machine learning model?

A

Vertex AI Workbench

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

What is Vertex AI Workbench?

A

Workbench is a single development environment for the entire data science workflow,

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

What is Vertex AI?

A

a unified platform
It means having one digital experience to create, deploy, and manage models over time, and at scale.

Vertex AI allows users to build machine learning models with either AutoML, a code-less solution or Custom Training,

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