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

Convolutional Neural Networks for 2D Images

Build a 2D image convolutional neural network using Python and the Keras library. This tutorial covers the basics of CNNs and provides a step-by-step guide to implementing a 2D CNN in Python.

C
cs231n.github.io
research

2D Convolutional Neural Networks

Stanford University's CS231n course notes on 2D convolutional neural networks, including Python code examples using NumPy and TensorFlow.

G
github.io
tool

Python Implementation of 2D CNN

A Python implementation of a 2D convolutional neural network using the PyTorch library. This repository includes a fully executable code example and a detailed README file.

C
coursera.org
video

Convolutional Neural Networks for Image Classification

University of Michigan's Coursera course on convolutional neural networks, including a module on 2D image classification using Python and the TensorFlow library.

P
pytorch.org
official

2D Image Convolutional Neural Network Example

An official PyTorch example of a 2D image convolutional neural network, including a fully executable code example and a detailed explanation of the architecture.

R
researchgate.net
research

Convolutional Neural Networks for 2D Image Analysis

A research paper on the application of convolutional neural networks to 2D image analysis, including a Python implementation using the Keras library.

R
realpython.com
article

Building a 2D CNN with Python and TensorFlow

A tutorial on building a 2D convolutional neural network using Python and the TensorFlow library, including a step-by-step guide and a fully executable code example.

E
edX.org
news

2D Image Convolutional Neural Network Tutorial

A tutorial on 2D image convolutional neural networks, including a Python implementation using the PyTorch library, offered as part of the edX course on deep learning.