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

2D Convolution with Numpy

Implementing a 2D convolution operation from scratch in Python using NumPy. This example demonstrates how to apply a kernel with a specified stride.

N
numpy.org
official

NumPy 2D Convolution

The NumPy library provides support for large, multi-dimensional arrays and matrices, and is the foundation of most scientific computing in Python. This example illustrates a 2D convolution with a stride.

C
coursera.org
research

Convolutional Neural Networks with Python

This course covers the basics of convolutional neural networks, including 2D convolution operations. It provides a Python example using NumPy to apply a kernel with a specified stride.

G
github.io
tool

Python Implementation of 2D Convolution

A Python implementation of 2D convolution using NumPy. This code demonstrates how to apply a kernel with a specified stride and provides example use cases.

S
stackoverflow.com
article

2D Convolution Kernel with Stride

A discussion on how to implement a 2D convolution kernel with a specified stride in Python using NumPy. This thread provides example code and explanations.

R
realpython.com
article

Convolution Operation in Python

A tutorial on the convolution operation in Python, including 2D convolution with a kernel and stride. This article provides example code using NumPy and explanations of the underlying concepts.

Y
youtube.com
video

NumPy 2D Convolution Example

A video tutorial demonstrating how to perform a 2D convolution operation in Python using NumPy. This example covers applying a kernel with a specified stride.

S
scipy.org
official

SciPy 2D Convolution Function

The SciPy library provides a 2D convolution function that can be used to apply a kernel with a specified stride. This documentation provides example usage and explanations of the underlying algorithms.