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

NumPy Convolution Example

Performing a convolution operation on a 2D array using NumPy's convolve function. Example code provided in Python.

T
towardsdatascience.com
article

2D Convolution with NumPy

A step-by-step guide to implementing 2D convolution using NumPy, including kernel creation and array manipulation.

S
stanford.edu
research

Convolutional Neural Networks with NumPy

Course notes on implementing convolutional neural networks using NumPy, covering topics such as kernel size and stride.

G
github.io
tool

Python Convolution Example

Example code for performing convolution on a 2D array in Python using NumPy, including a custom kernel function.

D
docs.python.org
official

NumPy Convolve Function

Official documentation for NumPy's convolve function, including examples and usage notes for 1D and 2D arrays.

K
kaggle.com
tool

Convolution Kernel Visualization

A visualization of different convolution kernels using NumPy and Matplotlib, including examples of kernel sizes and shapes.

R
realpython.com
article

2D Convolution Tutorial

A tutorial on implementing 2D convolution using NumPy, including example code and explanations of key concepts.

Y
youtube.com
video

Convolutional Neural Networks Tutorial

A video tutorial on implementing convolutional neural networks using NumPy and Keras, covering topics such as kernel size and convolutional layers.