Conv Neural Networks

Conv Neural Networks

University - Professional Development

7 Qs

quiz-placeholder

Similar activities

R3.08.01

R3.08.01

University

11 Qs

Intro to ML: Neural Networks Lecture 1 Part 2

Intro to ML: Neural Networks Lecture 1 Part 2

University

6 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

CBIT Webinar AI Online Game

CBIT Webinar AI Online Game

University

10 Qs

CS201: Chapter 7

CS201: Chapter 7

University

12 Qs

Computer Vision

Computer Vision

University

10 Qs

Session 7 | U

Session 7 | U

University

10 Qs

Neural Networks Quiz

Neural Networks Quiz

University

10 Qs

Conv Neural Networks

Conv Neural Networks

Assessment

Quiz

Mathematics, Computers

University - Professional Development

Hard

Created by

Michał sarski

Used 32+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

The main application of convolutional neural networks is?

Image recognition

Finding local maximum

weather predictions

Image classification

2.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Convolution layer is...

applying a filter to an input

merging similar pixels

using SoftMax function on an input

flattening the image

3.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Pooling layer is...

applying a filter to an input

merging similar pixels

using SoftMax function on an input

flattening the image

4.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

SoftMax is...

special type of neural network

other name for input layer in convolutional neural network

one of many activation functions

operation of joining pixels

5.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Does flattening the image improves netwrok efficiency?

Yes

No

6.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

What's "Backpropagation"?

Special name for gradient descent

Usage of heuristic algorithms to learn neural network

short for "backward propagation of errors,"

7.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Media Image

How do we call this function?

Softmax

normalized exponential function

ReLU (Rectified Linear Unit)

Maxout Unit