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

Building Convolutional Neural Networks with NumPy and TensorFlow

This article provides a step-by-step guide to constructing a convolutional neural network using NumPy and TensorFlow, including code examples and explanations.

C
cs231n.github.io
research

Convolutional Neural Networks

Stanford University's CS231n course notes on convolutional neural networks, covering the basics of CNNs, including convolutional and pooling layers, and implementation using TensorFlow.

D
datacamp.com
tool

NumPy and TensorFlow Tutorial

DataCamp's tutorial on using NumPy and TensorFlow for deep learning, including a section on building convolutional neural networks for image classification tasks.

Y
youtube.com
video

Convolutional Neural Networks with TensorFlow and Keras

A video tutorial by Siraj Raval on building convolutional neural networks using TensorFlow and Keras, covering the basics of CNNs and implementation details.

T
tensorflow.org
official

TensorFlow Documentation

The official TensorFlow documentation, including a section on convolutional neural networks, with code examples and explanations of the TensorFlow API.

A
arxiv.org
research

Convolutional Neural Networks for Image Classification

A research paper on convolutional neural networks for image classification tasks, including a comparison of different architectures and implementation details using TensorFlow.

N
numpy.org
official

NumPy for Deep Learning

The official NumPy documentation, including a section on using NumPy for deep learning tasks, such as building convolutional neural networks.

G
github.io
tool

Deep Learning with Python, Keras, and TensorFlow

A GitHub repository containing examples and tutorials on deep learning with Python, Keras, and TensorFlow, including a section on convolutional neural networks.