PMLE - 4

PMLE - 4

Professional Development

8 Qs

quiz-placeholder

Similar activities

ABSORPTION

ABSORPTION

Professional Development

13 Qs

GUIDE WAYS

GUIDE WAYS

Professional Development

10 Qs

KOE034: Sensors and Instruments

KOE034: Sensors and Instruments

Professional Development

11 Qs

Journée scientifique

Journée scientifique

Professional Development

10 Qs

HEMORRAGIA DIGESTIVA ALTA Y BAJA

HEMORRAGIA DIGESTIVA ALTA Y BAJA

Professional Development

11 Qs

Diabetes Gestacional

Diabetes Gestacional

University - Professional Development

10 Qs

Control n°10 vocabulario

Control n°10 vocabulario

Professional Development

12 Qs

TIPOS DE SUTURAS

TIPOS DE SUTURAS

Professional Development

11 Qs

PMLE - 4

PMLE - 4

Assessment

Quiz

Science

Professional Development

Practice Problem

Hard

Created by

Supratim Bhattacharya

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is one definition of a feature in machine learning?

A place to store any data

A value that is passed as input to a model

A method of feature store

A value that you receive from a model as an output

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is one-hot encoding?

One-hot encoding is a process by which numeric variables are converted into a categorical form that could be provided to neural networks to do a better job in prediction.

One-hot encoding is a process by which numeric variables are converted into a form that could be provided to neural networks to do a better job in prediction.

One-hot encoding is a process by which only the hottest numeric variable is retained for use by the neural network.

One-hot encoding is a process by which categorical variables are converted into a form that could be provided to neural networks to do a better job in prediction.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these accurately describes the relationship between Apache Beam and Dataflow?

Dataflow is the proprietary version of the Apache Beam API and the two are not compatible.

They are the same.

Apache Beam is the API for data pipeline building in Java or Python and Dataflow is the implementation and execution framework.

No relationship.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  1. True or False:

We can create many different kinds of feature crosses.

For example:

• [A X B]: a feature cross formed by multiplying the values of two features.

• [A x B x C x D x E]: a feature cross formed by multiplying the values of five features.

• [A x A]: a feature cross formed by squaring a single feature.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does tf.Transform do during the training and serving phase?

Provides a TensorFlow graph for preprocessing

Provides computation over the entire dataset, including on both internal and external data sources

Provides a transformation polynomial to train the data

None of the options are correct.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The learning rate is a configurable hyperparameter used in the training of neural networks that has a small positive value, often in the range between _______

< 0.0 and > 1.00.

> 0.0 and < 1.00.

0.0 and 1.0.

1.0 and 3.0.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is true?

Larger batch sizes require larger learning rates.

Larger batch sizes require smaller learning rates.

Smaller batch sizes require smaller learning rates.

Smaller batch sizes require larger learning rates.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can make a huge difference in model quality?

Decreasing the number of epochs.

Increasing the learning rate.

Increasing the training time.

Setting hyperparameters to their optimal values for a given dataset.