✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Визначити кількість параметрів для першого шару згорткової
model.add(Conv2D(32, (3, 3), activation='relu', kernel_initializer='he_uniform',
padding='same', input_shape=(32, 32, 3)))