Question

9. (10 pts) Consider a convolutional neural network whose inputs are an RGB color image of size 39 x 39 (i.e., the input volu

0 0
Add a comment Improve this question Transcribed image text
Answer #1

--> The Output size is calculated using the formula :

      o = \frac{(i - k + 2*p)}{s} + 1

     Where,

     o * o is the output size

     i * i is the input size

     k * k is the filter size

     p is padding

     s is stride

--> From the above formula,

-->   Convolution 1 output is :

        o = (39 - 3 + 2*0) / 1 + 1

           = 37

        Size with no of filters 10 is : 37 * 37 * 10

--> Convolution 2 output is :

        o = (37 - 5 + 2*0) / 2 + 1

           = 17

       Size with no of filters 20 is : 17 * 17 * 20

--> Convolution 3 output is :

        o = (17 - 5 + 2*0) / 2 + 1

           = 7

       Size with no of filters 40 is : 7 * 7 * 40

Add a comment
Know the answer?
Add Answer to:
9. (10 pts) Consider a convolutional neural network whose inputs are an RGB color image of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Let's design a convolutional neural network together. Suppose the size of the input image is 32-by-32-by-1...

    Let's design a convolutional neural network together. Suppose the size of the input image is 32-by-32-by-1 a) The first layer is a convolutional layer. The size of a filter is 7-by-7-by-X. What is the number for X? b) Given a., what is the size of the one feature map (activation map)? Note that we do not pad zeros around the input image and stride -1. c) Suppose we use 32 filters in a. How many feature maps are there after...

  • For a 2-D convolutional neural network in the following figure softmax Fully connected 4 Fully connected...

    For a 2-D convolutional neural network in the following figure softmax Fully connected 4 Fully connected 128 Max pooling 2x2, stride 2x2 Conv kernal 4x4, stride 2x2, filter 32, valid padding Conv kernal 8x8, stride 4x4, filter 16, valid padding Input 84x84x1 (a) How many weights and biases are there in this neural network? Please specify the number of weights and biases for each layer respectively. (b) Please describe the shapes of the outputs of each layer. (e.g. for input...

  • Question 3 2 pts In a 2-D convolutional neural network (CNN), what does the number of...

    Question 3 2 pts In a 2-D convolutional neural network (CNN), what does the number of kernels define? The number of output values The number of input pixels The number of feature maps The number of layers Question 4 2 pts should be is an example of an unsupervised neural network, while used if the input is a sequence in time. Autoencoder, Recurrent Neural Network Recurrent Neural Network, Convolutional Neural Network Convolutional Neural Network, Autoencoder Recurrent Neural Network, Autoencoder

  • will give thumbs up to 3/5 answers to question Select all reasonable methods for handling local...

    will give thumbs up to 3/5 answers to question Select all reasonable methods for handling local minima when training an ANN (Artificial Neural Networks): restart the training several times from the same initial state use simulated annealing perturb the weight matrix slightly and continue the training use a momentum term use full gradient descent add an additional hidden layer Select all that are true in regard to the hidden units of a fully-connected ANN: unlike decision tree nodes, ANN nodes...

  • What are the instruments that have been utilized for the review article discussions? ` 1. Introduction...

    What are the instruments that have been utilized for the review article discussions? ` 1. Introduction In recent years, nanoclays have been the object of particular interest for many scientists and researchers in chemistry, physics, engineering and biology due to their excellent properties as well as their sustain- ability [1-3]. For instance, they represent the starting point to the de velopment of smart materials for drug delivery (4-9), food packaging [10-12), environmental remediation and wastewater treatment [13], cultural heritage [14–17and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT