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

Convolutional Neural Networks with NumPy

A step-by-step guide to building a convolutional neural network using NumPy, covering the basics of convolutional layers and pooling layers.

N
numpy.org
official

NumPy CNN Tutorial

Official NumPy tutorial on building a simple convolutional neural network, including code examples and explanations of key concepts.

S
stanford.edu
research

Convolutional Neural Networks Tutorial

A comprehensive tutorial on convolutional neural networks, including a section on implementing CNNs using NumPy, from Stanford University's CS231n course.

R
realpython.com
article

Building a CNN with NumPy and SciPy

A tutorial on building a convolutional neural network using NumPy and SciPy, covering topics such as convolution, pooling, and backpropagation.

G
github.io
tool

Convolutional Neural Network Implementation in NumPy

A GitHub repository providing a simple implementation of a convolutional neural network in NumPy, including example code and explanations.

D
datacamp.com
video

NumPy CNN Example

An interactive tutorial on building a convolutional neural network using NumPy, including hands-on exercises and examples.

P
pyimagesearch.com
article

Convolutional Neural Networks with Python and NumPy

A tutorial on building convolutional neural networks using Python and NumPy, covering topics such as image processing and neural network architecture.

C
coursera.org
research

Implementing Convolutional Neural Networks with NumPy

A course on deep learning from Coursera, including a section on implementing convolutional neural networks using NumPy, taught by university professors.