Skip to content

CNN Implementation from scratch using python and numpy and testing it on minisit dataset

Notifications You must be signed in to change notification settings

Ahmed712441/CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CNN

CNN Implementation from scratch using python and numpy and testing it on minisit dataset

Classes:

Softmax : creating a layer with activation function as softmax
Relu : creating a layer with activation function as relu
Max_pool : creating a maxpool layer with given filtersize
Conv : creating a conv2d layer with given filtersize,num_filters
Model : used for combining layers in one model and compile it

About

CNN Implementation from scratch using python and numpy and testing it on minisit dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published