This repo has a basic CNN and also various popular CNN like VGG 16 lenet and many more..... As a first a basic CNN(w/o any real world examples) has been coded, only the final shapes have been shown as o/p. This repo aims at tweaking various hyperparameters like stride and the kernel size to see there impact.
Currently wokrking on making a model all by myself i.e all data normalisation and all other things are done manually.