Question: i.Build a CNN model (named model_0), using the following model structure for image classification. All layers should use ReLU activation except the final dense layer,

i.Build a CNN model (named model_0), using the following model structure for image classification. All layers should use ReLU activation except the final dense layer, which should use softmax activation.

Table 1 Layer type Conv2D MaxPooling2D Conv2D MaxPooling2D Conv2D Conv2D Conv2D Conv2D

Table 1 Layer type Conv2D MaxPooling2D Conv2D MaxPooling2D Conv2D Conv2D Conv2D Conv2D Conv2D MaxPooling2D Dropout Flatten Dense Dense Output shape (None, 141, 141, 2) (None, 70, 70, 2) (None, 70, 70, 4) (None, 35, 35, 4) (None, 35, 35, 4) (None, 35, 35, 4) (None, 35, 35, 4) (None, 35, 35, 8) (None, 35, 35, 8) (None, 17, 17, 8) (None, 17, 17, 8) (None, 2312) (None, 128) (None, 6) Param # 602 0 292 0 404 260 148 296 584 0 0 0 296064 774 Notes for Question 1b (a) (b) (c) (d)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!