Question: We want to create a model for a binary classification problem with 1 0 x 1 0 input grayscale ( single - channel ) images.
We want to create a model for a binary classification problem with x input grayscale singlechannel images. For this we choose to use a convolutional neural network, with the following architecture:
A convolutional layer with one convolutional filter with filterkernel size of x stride of and no padding;
A maxpooling layer for down sampling over x patches, with stride and no padding;
A fullyconnected layer with layer size number of neurons each using a ReLU activation function; and
An output layer with one neuron, having a sigmoid activation to produce an output probability PrYx
No neurons have bias parameters for simplicity and no layers have an padding padding is zero throughout
How many parameters weights does this model have?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
