Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 615 Bytes

abhivw-eip4

Abhijeet W's repo for EIP4

Assignment 1

print(score)

[0.024313745988276788, 0.9913]

Convolution:

Convolution is a computational method of arriving at an output using two functions

Filter/Kernel

A kernel is a variable or channel in the form of 'n by n' matrix which can carry one type of information through the convolution pathway

Epoach

Epoach is one set of convolution which was carried out on entire dataset i.e. it took entire dataset through forward and backward propogataion once.

1x1 Convolution

3x3 Convolution

Feature Maps

Activation Function

Receptive Field