8 results · AI-generated index
T
towardsdatascience.com
article

2D Convolution with Python

This article provides a step-by-step guide on implementing 2D convolution in Python using the NumPy library. It includes a detailed explanation of the convolution process and a fully executable code example.

C
coursera.org
course

Convolutional Neural Networks (CNNs) with Python

This course covers the basics of CNNs, including 2D convolution, pooling, and fully connected layers. It provides a comprehensive introduction to deep learning with Python and popular libraries like TensorFlow and Keras.

G
github.com
tool

Python Implementation of 2D Convolution

This GitHub repository contains a Python implementation of 2D convolution using the NumPy library. It includes a fully executable code example and a detailed explanation of the convolution process.

R
researchgate.net
research

Convolutional Neural Networks for Image Processing

This research paper explores the application of CNNs in image processing, including the use of 2D convolution kernels. It provides a comprehensive overview of the current state of research in this field and includes a detailed explanation of the convolution process.

Y
youtube.com
video

2D Convolution Kernel Visualization

This video provides a visual explanation of the 2D convolution process, including the application of different kernel sizes and shapes. It includes a step-by-step guide on how to implement 2D convolution in Python using popular libraries like TensorFlow and Keras.

P
pytorch.org
official

Python Convolutional Neural Networks

This official PyTorch tutorial covers the basics of CNNs, including 2D convolution, pooling, and fully connected layers. It provides a comprehensive introduction to deep learning with Python and includes a fully executable code example.

U
udemy.com
course

Convolutional Neural Networks with Python and Keras

This online course covers the basics of CNNs, including 2D convolution, pooling, and fully connected layers. It provides a comprehensive introduction to deep learning with Python and popular libraries like TensorFlow and Keras.

S
scipy.org
official

2D Convolution in Python using SciPy

This official SciPy documentation provides a detailed explanation of the 2D convolution process, including a fully executable code example using the SciPy library. It covers the application of different kernel sizes and shapes and includes a step-by-step guide on how to implement 2D convolution in Python.