CNN Implementation from scratch using python and numpy and testing it on minisit dataset
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