8 results · AI-generated index
P
pytorch.org
official

Convolutional Neural Networks for 2D Images

PyTorch provides a simple and easy-to-use API for building convolutional neural networks. This example demonstrates how to build a CNN for 2D image classification using PyTorch.

T
tensorflow.io
tool

2D Convolutional Neural Networks with Keras

This tutorial shows how to build a 2D convolutional neural network using Keras and TensorFlow. It covers the basics of CNNs and provides a step-by-step guide to building and training a model.

R
researchgate.net
research

Convolutional Neural Networks for Image Classification

This research paper explores the use of convolutional neural networks for image classification tasks. It provides an overview of the architecture and training procedures for CNNs and discusses their applications in computer vision.

G
github.com
tool

Python Code for 2D Image Convolutional Neural Network

This GitHub repository provides a Python implementation of a 2D image convolutional neural network using the PyTorch library. The code includes a fully functional CNN model and example usage.

C
coursera.org
article

Convolutional Neural Networks Tutorial

This online course provides a comprehensive introduction to convolutional neural networks. It covers the basics of CNNs, including architecture, training, and applications, and includes hands-on exercises and projects.

I
ieee.org
article

2D Image Processing with Convolutional Neural Networks

This article discusses the use of convolutional neural networks for 2D image processing tasks. It provides an overview of the techniques and applications of CNNs in image processing and computer vision.

T
towardsdatascience.com
article

Building a 2D Convolutional Neural Network from Scratch

This tutorial provides a step-by-step guide to building a 2D convolutional neural network from scratch using Python and the NumPy library. It covers the basics of CNNs and provides example code and explanations.

S
stanford.edu
edu

Convolutional Neural Networks for Computer Vision

This course provides a comprehensive introduction to convolutional neural networks for computer vision tasks. It covers the basics of CNNs, including architecture, training, and applications, and includes hands-on exercises and projects.