Model Questions DWT
Model Questions DWT
42.State the mathematical formulas for both tanh and sigmoid functions and describe their range of
outputs.
43.Given a CNN output of Z= [2.1, 5.5, -4.3], calculate the Softmax probabilities for each class.
45. Design a CNN for image classification task with 10 classes. The CNN is having CONV1 layer
with 8 filters, filter size is 5X5, stride=1, padding=0. CONV1 is followed by a maxpooling layer with
filter 2x2. Conv2 layer is having 16 filters followed by a maxpooling layer.
49. Write the formula for finding the output shape of the convolutional layer with given input
size,filter size, stride and padding in CNN model.