Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 4: Assuming the following FC layer in a NN with two filters of size 3x3x3, and input fmap. 0.1 -0.5 0.2 2 1 4
Question 4: Assuming the following FC layer in a NN with two filters of size 3x3x3, and input fmap. 0.1 -0.5 0.2 2 1 4 Channel 3 2 3 5 Channel 3 0.2 -0.5, 0.2 0.1 -0.2 0.3 4 1 2 4 Channel 2 0.2 -0.6 0.1 0.5 0.2 0.1 0.2 -0.4 0.1 3 5 Channel 2 6 12, 2 (0.1 0.4 0.2 2 1 5 Channel 1 0.2 -0.1 0.1 4 2 1 Channel 1 0.3 -0.2 0.1 Filter 1 1 4 3 Input fmap Channel 3 0.4 -0.2 0,4 0.3 -0.2, 0.2 0.2 -0.1 0.3 Channel 2 0.4 -0.1 0.2 0.1 0.3 0.4 0.4 -0.2 0.5 0.2 -0.3 0.1 Channel 1 0.1 -0.1 0.2 0.3 0.2 0.3 Filter 2 a) Demonstrate the corresponding FC layer in the form of Matrix Multiplication and calculate the output fmap. Please keep in mind that you may need to flatten the filters and input fmaps. You can assume RELU as an activation function. [20 points) Question 4: Assuming the following FC layer in a NN with two filters of size 3x3x3, and input fmap. 0.1 -0.5 0.2 2 1 4 Channel 3 2 3 5 Channel 3 0.2 -0.5, 0.2 0.1 -0.2 0.3 4 1 2 4 Channel 2 0.2 -0.6 0.1 0.5 0.2 0.1 0.2 -0.4 0.1 3 5 Channel 2 6 12, 2 (0.1 0.4 0.2 2 1 5 Channel 1 0.2 -0.1 0.1 4 2 1 Channel 1 0.3 -0.2 0.1 Filter 1 1 4 3 Input fmap Channel 3 0.4 -0.2 0,4 0.3 -0.2, 0.2 0.2 -0.1 0.3 Channel 2 0.4 -0.1 0.2 0.1 0.3 0.4 0.4 -0.2 0.5 0.2 -0.3 0.1 Channel 1 0.1 -0.1 0.2 0.3 0.2 0.3 Filter 2 a) Demonstrate the corresponding FC layer in the form of Matrix Multiplication and calculate the output fmap. Please keep in mind that you may need to flatten the filters and input fmaps. You can assume RELU as an activation function. [20 points)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started