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

2D Convolution Kernel Implementation in Python

This article provides a step-by-step guide on implementing a 2D convolution kernel in Python using the NumPy library.

S
stanford.edu
research

Convolutional Neural Networks for Image Processing

Stanford University's CS231n course notes on convolutional neural networks, including a section on 2D convolution kernels and their implementation in Python.

G
github.io
tool

Python Code for 2D Convolution Kernel

A GitHub repository containing Python code for a 2D convolution kernel, including example use cases and explanations.

P
pyimagesearch.com
article

Image Filtering using 2D Convolution Kernels

A tutorial on using 2D convolution kernels for image filtering in Python, including code examples and explanations.

Y
youtube.com
video

Convolution Kernel Visualization

A video explaining the concept of 2D convolution kernels and how to visualize them using Python.

O
opencv.org
official

2D Convolution Kernel API Documentation

The official OpenCV documentation for the 2D convolution kernel function, including example code and explanations.

K
kdnuggets.com
article

Implementing 2D Convolution Kernels from Scratch

An article on implementing 2D convolution kernels from scratch in Python, including code examples and explanations.

D
datacamp.com
tool

2D Convolution Kernel Tutorial

An interactive tutorial on 2D convolution kernels, including Python code examples and exercises.