This is the main layer of feature extraction part of the convolution neural networks.
  
    
    
  
Convolution layer
Kernel
| 2 | 2 | 1 | 
| 3 | 3 | 3 | 
| 3 | 2 | 1 | 
Image
| 2 | 3 | 5 | 
| 3 | 3 | 3 (2*2)+(3*2)+(5*1)+(3*3)+(3*3)+(3*3)+(3*3)+(2*2)+(1*1)=56 | 
| 3 | 2 | 1 Every pixel will change by 56 of image  | 
    

Comments
Post a Comment
Hi friends write your comments