DL-KERAS-SEQUENTIAL

DL-KERAS-SEQUENTIAL

University

10 Qs

quiz-placeholder

Similar activities

OSI LAYER

OSI LAYER

University

7 Qs

Day 7 - Networking & Security I - 1st Review of Day 6

Day 7 - Networking & Security I - 1st Review of Day 6

University

15 Qs

Lecture 4

Lecture 4

University

10 Qs

C7-8: ANN & Image Processing

C7-8: ANN & Image Processing

12th Grade - University

10 Qs

Jaringan Komputer - Modul 02

Jaringan Komputer - Modul 02

University

10 Qs

Computer Networks-UNIT I

Computer Networks-UNIT I

University

10 Qs

Quiz 4 - OSI Model

Quiz 4 - OSI Model

University

15 Qs

Networking

Networking

University

15 Qs

DL-KERAS-SEQUENTIAL

DL-KERAS-SEQUENTIAL

Assessment

Quiz

Computers

University

Hard

Created by

lawrance r

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?