Search Header Logo

DL-KERAS-SEQUENTIAL

Authored by lawrance r

Computers

University

Used 1+ times

DL-KERAS-SEQUENTIAL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Keras?

A programming language

A type of neural network

A dataA database management system

A deep learning framework for Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which backend engines does Keras support?

TensorFlow

Theano

CNTK

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of keras.layers.Dense()?

Adds a convolutional layer

Adds a fully connected (dense) layer

Adds a dropout layer

NumPyCreates a dataset

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Keras Sequential API?

A method to create complex networks

A simple way to build models layer-by-layer

An API for data augmentation

A backend for TensorFlow

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the input shape for a Dense layer with 10 features?

(10,)

(10, 1)

(1, 10)

(None, 10)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the model.fit() function?

To evaluate the model

To predict new values

To train the model using input data

To preprocess the dataset

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameter in model.fit() specifies the number of times the dataset is used?

batch_size

steps_per_epoch

epochs

validation_split

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?