ExamGecko
Question list
Search
Search

List of questions

Search

Question 46 - H13-311_V3.5 discussion

Report
Export

All kernels of the same convolutional layer in a convolutional neural network share a weight.

A.
TRUE
Answers
A.
TRUE
B.
FALSE
Answers
B.
FALSE
Suggested answer: B

Explanation:

In a convolutional neural network (CNN), each kernel (also called a filter) in the same convolutional layer does not share weights with other kernels. Each kernel is independent and learns different weights during training to detect different features in the input data. For instance, one kernel might learn to detect edges, while another might detect textures.

However, the same kernel's weights are shared across all spatial positions it moves across the input feature map. This concept of weight sharing is what makes CNNs efficient and well-suited for tasks like image recognition.

Thus, the statement that all kernels share weights is false.

HCIA AI

Deep Learning Overview: Detailed description of CNNs, focusing on kernel operations and weight sharing mechanisms within a single kernel, but not across different kernels.

asked 26/09/2024
Louis Perriot
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first