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.
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.
Stanford University's CS231n course notes on 2D convolutional neural networks, including Python code examples using NumPy and TensorFlow.
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.
University of Michigan's Coursera course on convolutional neural networks, including a module on 2D image classification using Python and the TensorFlow library.
An official PyTorch example of a 2D image convolutional neural network, including a fully executable code example and a detailed explanation of the architecture.
A research paper on the application of convolutional neural networks to 2D image analysis, including a Python implementation using the Keras library.
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.
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.