Neural networks using Python - Key Vocabulary

Neural networks using Python - Key Vocabulary

12th Grade

5 Qs

quiz-placeholder

Similar activities

Data Bias

Data Bias

12th Grade

9 Qs

Vertex AI Pipelines V1

Vertex AI Pipelines V1

12th Grade

10 Qs

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

Data 241-250

Data 241-250

12th Grade

10 Qs

Daily Quiz (28.12.2020)

Daily Quiz (28.12.2020)

5th Grade - Professional Development

10 Qs

TCP/IP Model Quiz

TCP/IP Model Quiz

12th Grade

10 Qs

Data Engineering y BigQuery V1

Data Engineering y BigQuery V1

12th Grade

10 Qs

Machine Learning Basics V1

Machine Learning Basics V1

12th Grade

10 Qs

Neural networks using Python - Key Vocabulary

Neural networks using Python - Key Vocabulary

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Sakeena Irrum

Used 263+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

converting the data into a 1-dimensional array for inputting it to the next layer is called

flatten

dense layer

test dataset

training dataset

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

model that can neither model the training data nor generalise to new data

is called

underfit model

overfit model

well- trained model

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

model that can produce good accuracies on both testing and validation data

Is Called

overfit model

well- trained model

All

underfit model

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________sample of data used to provide an unbiased evaluation of a final model fit on the training dataset

test dataset

training dataset

validation dataset

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A layer that is deeply connected to the layer before it

is called ______

Input Layer

Dense Layer

Output Layer

Not dense Layer