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

Convolution with NumPy

Performing convolution operations on 2D arrays using NumPy. This page provides examples and explanations of how to use the numpy.convolve function for 2D arrays.

T
towardsdatascience.com
article

2D Convolution using Python and NumPy

A step-by-step guide on how to perform 2D convolution using Python and the NumPy library. This article covers the basics of convolution and provides example code.

S
stanford.edu
edu

Convolutional Neural Networks with NumPy

Course notes on Convolutional Neural Networks (CNNs) using NumPy for 2D array convolution. This resource provides a detailed explanation of CNNs and their implementation using NumPy.

G
github.io
tool

NumPy 2D Convolution Function

A custom implementation of a 2D convolution function using NumPy. This GitHub repository provides the source code for the function and example usage.

S
scipy.org
official

Image Processing with NumPy and SciPy

Documentation on using NumPy and SciPy for image processing tasks, including 2D convolution. This page provides an overview of the available functions and their usage.

R
realpython.com
article

Python Convolution Tutorial

A tutorial on performing convolution operations in Python using NumPy and SciPy. This article covers the basics of convolution and provides example code for 1D and 2D convolutions.

R
researchgate.net
research

2D Array Convolution using NumPy and FFT

A research paper on using the Fast Fourier Transform (FFT) to accelerate 2D convolution operations on large arrays using NumPy. This paper provides a detailed explanation of the methodology and results.

Y
youtube.com
video

NumPy Convolution Example

A video tutorial on performing 2D convolution using NumPy. This video provides a step-by-step guide on how to use the numpy.convolve function for 2D arrays.