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

2D Convolution using NumPy

Implementing a 2D convolution operation from scratch in Python using NumPy, including kernel definition and sliding window technique.

G
github.io
tool

Convolutional Neural Networks with NumPy

A tutorial on building a simple CNN using NumPy, covering 2D convolution, kernel initialization, and forward pass implementation.

N
numpy.org
official

NumPy Documentation: Convolution Functions

Official NumPy documentation for convolution functions, including numpy.convolve and numpy.fft.convolve, with examples and usage notes.

M
medium.com
article

2D Convolution Kernel Implementation in Python

A step-by-step guide to implementing a 2D convolution kernel in Python using NumPy, with a focus on efficiency and readability.

S
stanford.edu
research

Convolutional Neural Networks for Image Processing

A research paper on applying CNNs to image processing tasks, including a discussion on 2D convolution kernels and their implementation using NumPy.

R
realpython.com
article

Python Convolution Tutorial

A comprehensive tutorial on convolution in Python, covering 1D and 2D convolution, kernel definition, and implementation using NumPy and SciPy.

Y
youtube.com
video

NumPy Convolution Example

A video tutorial demonstrating how to perform 2D convolution using NumPy, including kernel definition and visualization of the convolution process.

S
scipy.org
official

SciPy Signal Processing: Convolution

Documentation for SciPy's signal processing module, including functions for 1D and 2D convolution, with examples and usage notes for NumPy integration.