
ANN Using Python

Quiz
•
Instructional Technology
•
12th Grade
•
Medium
Raghad Ibhais
Used 2+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The CIFAR-10 dataset is a collection of 60000 32x32 colour images in 10 classes, with 6000 images per
class.
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The code (x_train, y_train), (x_test,y_test) = datasets.cifar10.load_data(), is used to print the
data type
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In #Get the shape of x_train
print(‘x_train shape:’, x_train.shape), x_train – contains all the training images
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(‘The image label is: ‘, y_train[index]), the error in the code is:
y should be capital
the punctuation should be replaced
We should remove the punctuation
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The error in def plot_sample(X, y, index): is
X should be small x
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The code: ann = models.Sequential([
layers.Flatten(input_shape=(32,32,3)),
layers.Dense(3000, activation=’relu’),
layers.Dense(1000, activation=’relu’),
layers.Dense(10, activation=’softmax’)
]) is used to create the ANN.
True
False
Similar Resources on Wayground
10 questions
MINECRAFT: EDUCATION EDITION

Quiz
•
KG - 12th Grade
10 questions
AI in Education Quiz

Quiz
•
12th Grade
10 questions
Photoshop-Organizing Documents

Quiz
•
9th - 12th Grade
10 questions
Adobe Visual Design II Mod 3.00

Quiz
•
12th Grade
10 questions
8 ICT diagnostic test

Quiz
•
8th Grade - University
10 questions
Deep Learning Quiz chap4

Quiz
•
12th Grade
10 questions
Understanding Responsible AI Practices

Quiz
•
12th Grade
10 questions
Google IT Support Certification Quiz

Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade