wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 5 Quiz

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

Which of these are reasons for Deep Learning recently taking off

a)

We have access to a lot more computational power

b)

Neural networks are a brand new field

c)

We have access to lot more data

d)

Deep learning models need less computational power

2.

If you increase the number of hidden layers in a multi-layer Perceptron, the classification error of test data always decreases.

a)

True

b)

False

3.

In a neural network, which of the following techniques is used to deal with overfitting?

a)

Dropout

b)

Regularization

c)

Batch normalization

d)

All of these

4.

For an image recognition problem (recognizing a cat in a photo), which architecture of neural network would be better suited to solve the problem?

a)

Multi-layer perceptron

b)

Convolutional neural network

c)

Recurrent neural network

d)

All of these

5.

Select non-linear activation functions from below

a)

ReLU

b)

Tanh

c)

Binary step

d)

Adagrad

6.

Which of the below are optimization functions

a)

Adam

b)

Adagrad

c)

Stochastic gradient descent

d)

All of the above

7.

Recommender system which relies on past user-item interactions to make new predictions is

a)

Content-based

b)

Collaborative filtering

8.

Recommender system approach which learns from existing features to explain user-item is

a)

Content-based

b)

Collaborative filtering

9.

Which of the following is not a part of text normalization process

a)

Stop word removal

b)

Text tokenization

c)

Document Labelling

d)

Lemmatization

10.

TF-IDF penalizes heavily words that occur very frequently in a document

a)

True

b)

False

11.

TF-IDF penalizes heavily words that occur very frequently across multiple documents – true or false

a)

True

b)

False

12.

Anomaly detection can be achieved using which approaches

a)

Supervised learning

b)

Unsupervised learning

c)

Both

13.

Which field emerged to address the problem of learning functions from data without explicit programming?

a)

Artificial Intelligence

b)

Machine Learning

c)

Deep Learning

14.

Which of the following is true about Deep Learning?

a)

It is capable of extracting features automatically

b)

It can be distributed for parallel training.

c)

It can learn complex patterns without explicitly seeing those patterns

d)

All of the above

15.

Markov decision process is a type of

a)

Reinforcement Learning

b)

Supervised Learning

c)

Unsupervised Learning

16.

Regression is a form of feature learning

a)

True

b)

False

17.

Image recognition is one of the typical application of anomaly detection

a)

True

b)

False

18.

Which of the following cannot be used for time-series forecasting?

a)

Temporal Convolutional Network

b)

Multivariate regressor

c)

Recurrent Neural Network

d)

Autoencoder Neural Network

19.

Similarity Learning is

a)

Supervised Learning

b)

Unsupervised Learning

20.

Clustering is not a form of feature learning

a)

True

b)

False