Search Header Logo

ANN Using Python

Authored by Raghad Ibhais

Instructional Technology

12th Grade

Used 2+ times

ANN Using Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?