Questions
Questions

CS-7643-O01, OAN, OSZ Quiz #3: Convolutional Neural Network Architectures (Lesson 6), Visualization (Lesson 7), Advanced Computer Vision Architectures (Lesson 8)

Numerical

If you have a convolutional neural network with a 224x224x3 input layer, convolutional layer with 3x3 filters (padding to keep image size the same, stride 1) and output size of 224x224x32 , pooling layer of output size 112x112x32 , and a fully connected layer of output size 1x1x9 , assuming batch size of 1, how much memory (where memory is defined as number of values) does it use for forward activations (include the image)?

View Explanation

View Explanation

Verified Answer
Please login to view
Step-by-Step Analysis
We need to compute the total number of numbers (values) stored for forward activations across all layers, including the input image, for a batch size of 1. First, determine the size of the input activation: the image is 224 x 224 x 3 channels. - Input activations: 224 * 224 * 3 = 50,176 * 3 = 150,528 values. Next, the convol......Login to view full explanation

Log in for full answers

We've collected over 50,000 authentic exam questions and detailed explanations from around the globe. Log in now and get instant access to the answers!

More Practical Tools for Students Powered by AI Study Helper

Join us and instantly unlock extensive past papers & exclusive solutions to get a head start on your studies!