0% found this document useful (0 votes)
4 views2 pages

CSE_461_Assignment (1)

The document outlines an assignment to manually simulate the convolution operation of a Convolutional Neural Network (CNN) using a 5x5 grayscale input image and two 3x3 filters. It provides the input image matrix and the two filter matrices, along with the expected output format for the resulting feature maps. The assignment aims to compute the output feature maps for both filters based on the convolution operation.

Uploaded by

SHAHED ABDULLAH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

CSE_461_Assignment (1)

The document outlines an assignment to manually simulate the convolution operation of a Convolutional Neural Network (CNN) using a 5x5 grayscale input image and two 3x3 filters. It provides the input image matrix and the two filter matrices, along with the expected output format for the resulting feature maps. The assignment aims to compute the output feature maps for both filters based on the convolution operation.

Uploaded by

SHAHED ABDULLAH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Convolutional Neural Network Simulation Assignment

Objective
Manually simulate the convolution operation of a Convolutional Neural Network (CNN) on
a grayscale input image using two 3 × 3 filters. Compute the output feature maps.

Input Image (5×5 Matrix)


 
1 0 2 3 1
4 6 6 8 2
 
3 1 1 0 6
 
1 2 2 4 0
5 2 3 1 2

Filter 1 (3×3)
 
1 0 1
0 1 0
1 0 1

Filter 2 (3×3)
 
0 1 0
1 −4 1
0 1 0

Output Format
Filter 1 Output (3×3):  
 

1
Your Name: CNN Simulation Assignment

Filter 2 Output (3×3):  


 

Page 2

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy