8 results · AI-generated index
N
numpy.org
official

2D Convolution with NumPy

Example of a 2D convolution operation using a kernel on a 2D array. The numpy library provides an efficient way to perform this operation.

T
towardsdatascience.com
article

Convolutional Neural Networks with Python

This article demonstrates how to implement a 2D convolution operation using NumPy and apply it to image processing tasks.

G
github.io
tool

NumPy Convolution Example

Example code demonstrating how to perform a 2D convolution operation using NumPy. Includes explanations and visualizations.

R
researchgate.net
research

Convolution Kernels for Image Processing

Research paper discussing the application of convolution kernels in image processing, including 2D array examples using NumPy.

Y
youtube.com
video

2D Convolution Tutorial

Video tutorial explaining the concept of 2D convolution and providing examples using NumPy, including kernel implementation.

S
scipy-lectures.org
article

NumPy for Signal Processing

Lecture notes covering the use of NumPy for signal processing tasks, including 2D convolution operations and kernel design.

S
stanford.edu
edu

Convolutional Neural Networks Tutorial

Course materials from Stanford University, including examples of 2D convolution operations using NumPy and discussion of kernel design.

P
pyimagesearch.com
article

Image Filtering with 2D Convolution

Blog post explaining how to apply 2D convolution operations using NumPy to perform image filtering tasks, including kernel implementation.