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

Convolution with NumPy

Example code demonstrating how to perform a convolution operation using NumPy arrays in Python, including kernel definition and output visualization.

T
towardsdatascience.com
article

Python Convolution using NumPy

A step-by-step guide on implementing convolution using NumPy, covering kernel creation, array padding, and the convolution process with example Python code.

C
coursera.org
research

Convolutional Neural Networks with Python

Course materials including a lecture on convolution operations, utilizing NumPy for kernel definition and array manipulation in the context of deep learning.

G
github.io
tool

NumPy Array Convolution

Open-source Python library providing functions for efficient convolution of NumPy arrays, including support for custom kernel definitions and example usage.

Y
youtube.com
video

Convolution Kernel Example

Video tutorial demonstrating how to apply convolution to NumPy arrays in Python, explaining kernel design, array preparation, and the convolution process.

S
scipy.org
official

SciPy Signal Processing

Documentation for SciPy's signal processing module, which includes functions for performing convolution operations on NumPy arrays, along with example code snippets.

H
harvard.edu
research

Convolutional Image Processing

Lecture notes and example code from a Harvard University course on image processing, covering convolution with NumPy arrays and custom kernel design for image filtering.

P
pytorch.org
tool

Python Convolution Library

PyTorch library documentation for convolution functions, including support for NumPy array input, custom kernel definition, and example usage in deep learning models.