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

2D Convolution Kernel Implementation in Python

Learn how to implement a 2D convolution kernel in Python using NumPy and SciPy. This article provides a step-by-step guide and example code.

C
cs231n.github.io
research

Convolutional Neural Networks

Stanford University's CS231n course notes on convolutional neural networks, including a Python implementation of a 2D convolution kernel using NumPy.

G
github.io
tool

Python Implementation of 2D Convolution

A Python implementation of a 2D convolution kernel using the SciPy library. This code provides a simple and efficient way to perform 2D convolutions.

R
realpython.com
article

Convolution Kernels in Python

A tutorial on how to implement convolution kernels in Python using the OpenCV library. This article covers the basics of convolution kernels and provides example code.

N
numpy.org
official

2D Convolution Kernel

The NumPy library provides an efficient way to perform 2D convolutions using the convolve2d function. This documentation provides example code and explanations.

Y
youtube.com
video

Convolutional Neural Networks Tutorial

A video tutorial on convolutional neural networks, including a Python implementation of a 2D convolution kernel using the Keras library.

S
scipy-lectures.org
research

Image Processing with Python

A lecture on image processing with Python, including a section on 2D convolution kernels using the SciPy library.

P
pytorch.org
official

2D Convolution Example

An example of a 2D convolution kernel implementation in Python using the PyTorch library. This code provides a simple and efficient way to perform 2D convolutions.