8 results ·
AI-generated index
T
towardsdatascience.com
article
2D Convolutional Kernel Implementation in Python
This article provides a step-by-step guide to implementing a 2D convolutional kernel in Python using the NumPy library. It covers the basic concepts of convolutional neural networks and provides example code.
Conv2D - 2D Convolution Layer
The Keras Conv2D layer is used to apply a 2D convolutional kernel to an input. This documentation provides example code and explains the parameters of the Conv2D layer.
Python Implementation of 2D Convolution using SciPy
This example code demonstrates how to use the SciPy library to apply a 2D convolutional kernel to an image. It covers the basics of signal processing and provides a fully executable code snippet.
2D Convolutional Neural Networks with Python and TensorFlow
This online course covers the basics of 2D convolutional neural networks and provides example code in Python using the TensorFlow library. It covers topics such as image classification and object detection.
Convolutional Neural Networks for Image Processing
This tutorial provides an introduction to convolutional neural networks for image processing using PyTorch. It covers the basics of 2D convolutional kernels and provides example code.
2D Convolution Kernel Implementation in Python using OpenCV
This example code demonstrates how to use the OpenCV library to apply a 2D convolutional kernel to an image. It covers the basics of image processing and provides a fully executable code snippet.
Convolutional Neural Networks for Computer Vision
This research paper covers the basics of convolutional neural networks for computer vision tasks such as image classification and object detection. It provides example code in Python using the TensorFlow library.
2D Convolutional Kernel Generator Tool
This online tool generates 2D convolutional kernels for image processing tasks. It provides a user-friendly interface for customizing the kernel and downloading the resulting code in Python.