You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a simple flask application that can demo and explain different parts of a CNN. It should accept an image and explain differnt operations like convolution, fully connected layers, max pooling, normalization etc. so me to fully grasp the concepts of CNNs in a visual manner.
change it to an application that can visually show differences between inner functioning of fully connected vs convolution layers.