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

2D Convolution with Python and NumPy

This article provides a step-by-step guide on implementing 2D convolution using Python and the NumPy library. It includes a detailed explanation of the convolution process and example code.

C
coursera.org
video

Convolutional Neural Networks with Python

This course covers the basics of convolutional neural networks, including 2D convolution, using Python and popular deep learning libraries like TensorFlow and Keras.

N
numpy.org
official

NumPy Documentation: Convolution Functions

The official NumPy documentation provides an overview of the library's convolution functions, including those for 2D convolution. It includes example code and explanations of the functions' parameters.

S
scipy.io
tool

2D Convolution using Python and SciPy

This tutorial demonstrates how to perform 2D convolution using the SciPy library, which provides an efficient and easy-to-use implementation of the convolution algorithm.

A
arxiv.org
research

Research on Efficient 2D Convolution Algorithms

This research paper explores efficient algorithms for 2D convolution, including those using the FFT and Winograd's algorithm. It provides a detailed analysis of the algorithms' computational complexity and performance.

G
github.io
tool

Python Implementation of 2D Convolution using NumPy

This GitHub repository provides a Python implementation of 2D convolution using the NumPy library. It includes example code and a detailed explanation of the implementation.

S
stanford.edu
video

Convolutional Neural Networks for Image Processing

This course from Stanford University covers the basics of convolutional neural networks, including 2D convolution, and their applications in image processing. It includes lectures, assignments, and example code.

O
opencv.org
tool

2D Convolution in Python using OpenCV

This tutorial demonstrates how to perform 2D convolution using the OpenCV library, which provides an efficient and easy-to-use implementation of the convolution algorithm.