90: conv2d | TensorFlow | Tutorial

preview_player
Показать описание

00:00 - Start
00:35 - Shape of: input, filter
00:53 - Create input tensor: NHWC: (1,3,3,1)
01:48 - Create filter tensor: (2,2,1,1)
03:50 - Intuition: convolution 2D
09:58 - Ending notes

# ----------------
# TensorFlow Guide
# ----------------
conv2d:
Рекомендации по теме
Комментарии
Автор

Thanks a lot for your nice explanation. I leave a comment here for the YT algorithm.

Omsip