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

2D Convolution Kernel Implementation in Python

This article provides a step-by-step guide on implementing a 2D convolution kernel using Python, including a detailed explanation of the convolution operation and example code.

S
stanford.edu
research

Convolutional Neural Networks for Image Processing

This research paper explores the application of convolutional neural networks for image processing tasks, including the implementation of 2D convolution kernels using Python and the Keras library.

G
github.io
tool

Python Implementation of 2D Convolution Kernel

This GitHub repository provides a Python implementation of a 2D convolution kernel, including example code and documentation on how to use the kernel for image processing tasks.

R
realpython.com
article

Convolution Kernels in Python

This tutorial provides an introduction to convolution kernels in Python, including a step-by-step guide on how to implement a 2D convolution kernel using the NumPy library.

Y
youtube.com
video

2D Convolution Kernel Tutorial

This video tutorial provides a detailed explanation of how to implement a 2D convolution kernel using Python, including example code and visualizations of the convolution operation.

O
opencv.org
official

Image Processing with 2D Convolution Kernels

This official OpenCV documentation provides an overview of image processing techniques using 2D convolution kernels, including example code in Python and C++.

C
coursera.org
news

Convolutional Neural Networks for Computer Vision

This online course provides an introduction to convolutional neural networks for computer vision tasks, including the implementation of 2D convolution kernels using Python and the TensorFlow library.

P
pytorch.org
official

Python Library for 2D Convolution Kernels

This official PyTorch documentation provides an overview of the library's support for 2D convolution kernels, including example code and tutorials on how to use the kernels for image processing tasks.