Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 1 ( ars ) : Build an convolutional neural network,the function should return model with the following specifications: First Convolutional Layer: Uses 6 filters

Problem 1(ars): Build an convolutional neural network,the function should return model with the following specifications:
First Convolutional Layer: Uses 6 filters with a kernel size of 55, 'relu' activation and 2828 pixels, grayscale as input images size.
First Pooling Layer: Uses max pooling with a pool size of 22 and a stride of 2.
Second Convolutional Layer: Uses 16 filters with a kernel size of 55 and 'relu' activation.
Second Pooling Layer: Uses max pooling with the same specifications as the first pooling layer.
Flattening Layer: Converts the feature map to a 1D array.
First Dense Layer: Has 120 units with 'relu' activation.
Second Dense Layer: Has 84 units with 'relu' activation.
Third Dense Layer: Has 10 units with 'softmax' activation.
The network should be compiled using Adam optimizer, categorical_crossentropy loss function and accuracy as a metric.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

International Baccalaureate Computer Science HL And SL Option A Databases Part I Basic Concepts

Authors: H Sarah Shakibi PhD

1st Edition

1542457084, 978-1542457088

More Books

Students also viewed these Databases questions

Question

4-6 Is there a digital divide? If so, why does it matter?

Answered: 1 week ago