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

2D Convolution Kernel Implementation in Python

This article provides a step-by-step guide on implementing a 2D convolution kernel in Python using the NumPy library. It covers the basics of convolutional neural networks and provides example code.

G
github.io
tool

Convolution Kernel Implementation

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

S
scipy.org
official

2D Convolution

The SciPy library provides a function for 2D convolution, which can be used to implement a 2D convolution kernel in Python. This documentation page provides example code and explanations of the function's parameters.

R
researchgate.net
research

Python Implementation of 2D Convolution Kernel

This research paper provides a Python implementation of a 2D convolution kernel using the Keras library. It includes a detailed explanation of the implementation and example code.

C
coursera.org
video

Convolutional Neural Networks

This Coursera course provides a lecture on convolutional neural networks, including a section on implementing 2D convolution kernels in Python using the TensorFlow library.

P
pytorch.org
official

2D Convolution Kernel

The PyTorch library provides a function for 2D convolution, which can be used to implement a 2D convolution kernel in Python. This documentation page provides example code and explanations of the function's parameters.

M
medium.com
article

Implementing 2D Convolution Kernel in Python

This Medium article provides a step-by-step guide on implementing a 2D convolution kernel in Python using the NumPy library. It covers the basics of convolutional neural networks and provides example code.

S
stanford.edu
research

Convolution Kernel

This Stanford University course provides a lecture on convolutional neural networks, including a section on implementing 2D convolution kernels in Python using the TensorFlow library.