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

2D Convolution Kernel Design using Python

This article discusses the design and implementation of 2D convolution kernels in Python using the NumPy library, with applications in image processing.

C
cs231n.github.io
research

Convolutional Neural Networks (CNNs) - 2D Convolution

Stanford University's CS231n course notes provide a detailed explanation of 2D convolution, including kernel design and implementation in Python using TensorFlow and Keras.

G
github.com
tool

Python Implementation of 2D Convolution

A GitHub repository containing a Python implementation of 2D convolution using the SciPy library, including example use cases and documentation.

R
researchgate.net
research

2D Convolution Kernel Design for Image Processing

A research paper discussing the design of 2D convolution kernels for image processing applications, with a Python implementation using OpenCV.

P
pytorch.org
official

Convolution Kernels - Python Tutorial

The official PyTorch tutorial on convolution kernels, including a section on 2D convolution and kernel design, with example code in Python.

C
coursera.org
video

2D Convolutional Neural Networks

A Coursera course on deep learning, including a section on 2D convolutional neural networks and kernel design, with Python implementation using Keras.

I
ieeexplore.ieee.org
research

Designing 2D Convolution Kernels for Image Filtering

An IEEE research paper discussing the design of 2D convolution kernels for image filtering applications, with a Python implementation using NumPy.

P
pypi.org
tool

Python Library for 2D Convolution

A Python library for 2D convolution, including kernel design and implementation, available on PyPI for easy installation and use.