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

2D Convolution with Python

This article provides a step-by-step guide on how to implement 2D convolution in Python using the NumPy library. It includes an example of a 2D kernel and its application in image processing.

K
keras.io
official

Conv2D Keras Layer

The Conv2D layer in Keras is used for 2D convolution. This documentation provides an example of how to use the layer with a custom kernel.

G
github.com
tool

Python Implementation of 2D Convolution

This GitHub repository contains a Python implementation of 2D convolution using the PyTorch library. It includes an example of a 2D kernel and its application in image processing.

S
stanford.edu
research

Convolutional Neural Networks for Image Processing

This Stanford University course provides a comprehensive overview of convolutional neural networks for image processing. It includes a discussion on 2D convolution and kernel design.

O
opencv.org
official

2D Convolution Example with OpenCV

This OpenCV tutorial provides an example of how to perform 2D convolution using the OpenCV library in Python. It includes a custom kernel example.

Y
youtube.com
video

Deep Learning with Python

This YouTube video provides a tutorial on deep learning with Python, including a section on 2D convolution and kernel design.

P
pytorch.org
official

Convolutional Neural Networks Tutorial

This PyTorch tutorial provides a comprehensive overview of convolutional neural networks, including a discussion on 2D convolution and kernel design.

R
realpython.com
article

Image Processing with Python and NumPy

This Real Python article provides a tutorial on image processing with Python and NumPy, including an example of 2D convolution with a custom kernel.