8 results · AI-generated index
N
numpy.org
official

2D Convolution with NumPy

This example demonstrates how to perform a 2D convolution operation using NumPy. It provides a step-by-step guide on creating a kernel and applying it to an image.

C
coursera.org
article

Convolutional Neural Networks with Python

This course covers the basics of convolutional neural networks, including 2D convolution operations. It provides a comprehensive introduction to the topic, along with examples in Python using NumPy and Keras.

T
towardsdatascience.com
article

Implementing 2D Convolution in Python

This article provides a detailed explanation of how to implement a 2D convolution operation in Python using NumPy. It includes example code and visualizations to help illustrate the concept.

G
github.io
tool

NumPy 2D Convolution Example

This GitHub repository provides an example implementation of a 2D convolution operation using NumPy. It includes a Python script that demonstrates how to create a kernel and apply it to an image.

S
scipy-lectures.org
research

Convolution Operations in NumPy

This lecture provides an overview of convolution operations in NumPy, including 2D convolution. It covers the theoretical background and provides example code in Python.

Y
youtube.com
video

Python Convolution Example

This video provides a step-by-step example of how to perform a 2D convolution operation in Python using NumPy. It covers the basics of convolution and provides example code.

D
docs.python.org
official

NumPy Convolution Functions

This documentation provides an overview of the convolution functions available in NumPy, including the `numpy.convolve` function. It provides example code and explanations of how to use the functions.

K
kaggle.com
tool

2D Convolution Kernel Example

This Kaggle notebook provides an example implementation of a 2D convolution kernel in Python using NumPy. It includes example code and visualizations to help illustrate the concept.