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

2D Convolution with NumPy

Example code for performing a 2D convolution using NumPy, including explanations of the algorithm and example use cases.

T
towardsdatascience.com
article

Convolution in Python using NumPy

A step-by-step guide to implementing 2D convolution in Python using NumPy, including visualizations and example code.

P
pytorch.org
tool

2D Convolution Tutorial

A tutorial on 2D convolution using PyTorch, including examples of how to use NumPy for pre-processing and visualization.

G
github.io
research

Image Convolution using NumPy

Example code for performing image convolution using NumPy, including explanations of the algorithm and example use cases.

S
stackoverflow.com
article

NumPy 2D Convolution Function

A Q&A thread discussing the implementation of a 2D convolution function using NumPy, including example code and explanations.

C
coursera.org
video

Convolutional Neural Networks with NumPy

A course on convolutional neural networks, including a section on implementing 2D convolution using NumPy.

R
realpython.com
article

2D Convolution in Python

A tutorial on implementing 2D convolution in Python using NumPy, including explanations of the algorithm and example use cases.

S
scipy-lectures.org
research

NumPy Convolution Functions

Documentation for the NumPy convolution functions, including explanations of the algorithms and example use cases.