Question: I need help to train a CNN classification model where it is to classify two images one as 9 and the other as one and

I need help to train a CNN classification model where it is to classify two images one as 9 and the other as one and the output has to print out like [9,1]. The number of epochs has to be 100 and hyperparameters and numbers of layers can be changed. Here is my code of the model that needs to be trained#create Convolutional layer
def build (input_shape, classes):
#Convolutional layer
model = models.Sequential (Q)
#Your code here:
model.add(layers.Conv2D , activation =?' relu', input_shape = input_shape
 I need help to train a CNN classification model where it

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 Databases Questions!