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

2D Convolution Kernel Example in Python

This article provides an example implementation of a 2D convolution kernel in Python using the NumPy library, along with explanations of how it works.

P
pytorch.org
official

Conv2D Kernels

PyTorch documentation for Conv2D kernels, including examples of how to create and apply 2D convolution kernels in Python.

G
github.io
tool

2D Convolution in Python

A GitHub repository containing an example implementation of 2D convolution in Python, including a kernel example and explanations of the algorithm.

S
stanford.edu
research

Convolutional Neural Networks

A Stanford University course on convolutional neural networks, including a section on 2D convolution kernels and their implementation in Python.

M
medium.com
article

Python Implementation of 2D Convolution

A Medium article providing a step-by-step guide to implementing 2D convolution in Python, including an example kernel and explanations of the code.

Y
youtube.com
video

2D Convolution Kernel Visualization

A YouTube video visualizing the application of a 2D convolution kernel in Python, using the Matplotlib library.

S
scipy.org
official

Convolution Kernels in Python

SciPy documentation for convolution kernels, including examples of how to create and apply 2D convolution kernels in Python.

K
kaggle.com
tool

2D Convolution Example in Python

A Kaggle notebook providing an example implementation of 2D convolution in Python, including a kernel example and explanations of the code.