FICT_AI_Day2_2024

FICT_AI_Day2_2024

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

XII Csc Chapter 11

XII Csc Chapter 11

12th Grade

10 Qs

OSI Model Quiz

OSI Model Quiz

12th Grade

10 Qs

AI quiz

AI quiz

8th - 9th Grade

10 Qs

3. networks quick quiz IB 12 qs

3. networks quick quiz IB 12 qs

11th - 12th Grade

12 Qs

Introduction to computer networks

Introduction to computer networks

9th - 11th Grade

14 Qs

3.3.1 - TCP/IP Protocol Quiz

3.3.1 - TCP/IP Protocol Quiz

10th Grade

14 Qs

Network Operating System

Network Operating System

9th Grade

10 Qs

SS 2 Online Exam

SS 2 Online Exam

11th Grade

10 Qs

FICT_AI_Day2_2024

FICT_AI_Day2_2024

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Joel Than

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Who's eye is this?

Dr Joel

Dr Lee Sue Han

Dr Kelvin

Dr Brian

Answer explanation

Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a MAXPOOLING layer?

Downsamples the input along its spatial dimensions (height and width) by taking the maximum value over an input window (of size defined by pool_size ) for each channel of the input.

is used to introduce nonlinearity in a neural network, helping mitigate the vanishing gradient problem during machine learning model training and enabling neural networks to learn more complex relationships in data.

converts raw output scores — also known as logits — into probabilities by taking the exponential of each output and normalizing these values by dividing by the sum of all the exponentials.

eminal deep learning model in which the weight layers learn residual functions with reference to the layer inputs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After training a model, you would save the model as model.ipynb format (TRUE OR FALSE)

TRUE

FALSE

Answer explanation

model.h5 or model.keras

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Typically we test a model before training it (TRUE/FALSE)

TRUE

FALSE

Answer explanation

Train first then test

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one describes a pretrained deep learning network?

A network that was trained on thousands of images of several classes

A network that has some randomly initialised weights

A network with a different classification layer

A network with a fixed three channel image inputfor dogs

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This process results in the updating of the weights in a way that minimizes the loss by giving the nodes with higher error rates lower weights, and vice versa

Convolution

Maxpooling

Activation

Backpropagation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the statements below is suitable for a multi-class problem?

Sigmoid activation

Binary

Categorical Cross Entropy

Three Channel

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HuggingFace allows you to deploy your AI solutions in specific spaces (TRUE/FALSE)

TRUE

FALSE

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What date is today?

20/7/24

19/7/24

21/7/24

13/7/24