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

2D Convolution using NumPy

Implementing a 2D convolution kernel in Python using NumPy for image processing tasks, including a step-by-step example.

N
numpy.org
official

NumPy 2D Convolution Function

Official documentation for NumPy's 2D convolution functions, including code examples and explanations of the algorithms used.

C
coursera.org
research

Convolutional Neural Networks with Python

Course materials covering the basics of convolutional neural networks, including 2D convolution kernels, using Python and the Keras library.

G
github.io
tool

2D Convolution Kernel Example

A Python code example demonstrating the implementation of a 2D convolution kernel using NumPy, including explanations and visualizations.

S
scipy-lectures.org
research

Image Processing with 2D Convolution

Lecture notes on image processing techniques, including the use of 2D convolution kernels for filtering and feature extraction, with Python code examples.

R
realpython.com
article

Python Convolution Tutorial

A tutorial on implementing convolutional neural networks in Python, including a section on 2D convolution kernels using the NumPy library.

Y
youtube.com
video

Convolution Kernel Visualization

A video explaining the concept of 2D convolution kernels and their application in image processing, including visualizations and Python code examples.

A
arxiv.org
research

2D Convolution Kernel Optimization

A research paper discussing optimization techniques for 2D convolution kernels in deep learning applications, including a Python implementation using NumPy.