wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ANN AND CNN

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

  1. In an ANN, the function that introduces non-linearity is called the (a)   .

2.

  1. The process of adjusting weights based on error gradients is called (a)   .

3.

  1. The (a)   layer in an ANN receives raw input features.

4.

  1. Overfitting in ANN can be reduced using a technique called (a)   , where random neurons are ignored during training.

5.

  1. The universal function approximation theorem states that an ANN with at least one hidden layer can approximate any (a)   functions.

6.

  1. The (a)   algorithm is a variant of gradient descent that includes momentum and adaptive learning rates.

7.

  1. In an ANN, the sum of weighted inputs plus bias is passed through an (a)   to produce the output of a neuron.

8.

  1. A neural network without hidden layers is equivalent to performing (a)   regression.

9.

  1. The (a)   function is commonly used for binary classification problems in ANN.

10.

  1. In ANN, the weights are updated using the rule: New Weight = Old Weight – (a)   × Gradient.

11.

  1. The main layer in CNN that detects local features such as edges is the (a)   layer.

12.

  1. Reducing the spatial dimension of feature maps in CNN is usually done using (a)   layers.

13.

  1. CNNs use shared weights called (a)   to extract features from input images.

14.

  1. The technique of adding zeros around the input to preserve dimensions in CNN is called (a)   .

15.

  1. The CNN architecture that introduced skip connections is called (a)   .

16.

  1. The (a)   function is the most commonly used activation function in CNN due to reduced vanishing gradient issues.

17.

  1. For object detection tasks, architectures such as (a)   and Faster R-CNN are widely used.

18.

  1. CNN models trained on large datasets can be reused for new tasks using (a)   learning.

19.

  1. In CNN, the number of learnable parameters is reduced by using (a)   weights across receptive fields.

20.

  1. A CNN designed for biomedical image segmentation that uses skip connections between encoder and decoder is called (a)   .