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

2D Convolution with NumPy

This example demonstrates how to perform a 2D convolution operation using NumPy. It includes a kernel that can be used to blur or sharpen an image.

T
towardsdatascience.com
article

Convolution Operation in Python

Learn how to implement 2D convolution in Python using NumPy. This article provides a step-by-step guide with code examples and visualizations.

G
github.io
tool

Image Processing with 2D Convolution

Explore this open-source project that uses NumPy to perform 2D convolution on images. It includes example code and a tutorial on how to apply different kernels.

S
stanford.edu
research

Convolutional Neural Networks

This course material from Stanford University covers the basics of convolutional neural networks, including 2D convolution operations. It includes lecture notes and assignments.

Y
youtube.com
video

NumPy 2D Convolution Example

Watch this video tutorial that demonstrates how to perform 2D convolution using NumPy. It covers the basics of convolution and provides example code.

R
researchgate.net
research

2D Convolution in Image Processing

Read this research paper that explores the application of 2D convolution in image processing. It discusses the use of different kernels and their effects on image quality.

M
medium.com
article

Python Implementation of 2D Convolution

This article provides a detailed explanation of how to implement 2D convolution in Python using NumPy. It includes example code and a discussion on the advantages of using convolution in image processing.

C
coursera.org
news

Convolutional Image Processing

Enroll in this online course that covers the basics of convolutional image processing. It includes lectures on 2D convolution, kernel design, and image filtering.