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

Convolutional Neural Networks with NumPy

Build a simple CNN from scratch using NumPy and learn how it works. This article provides a step-by-step guide to implementing a CNN with NumPy.

N
numpy.org
official

NumPy for Convolutional Neural Networks

Official NumPy documentation for convolutional neural networks. Learn how to use NumPy's built-in functions to implement CNNs.

G
github.io
tool

Convolutional Neural Network Implementation in Python using NumPy

A simple implementation of a convolutional neural network using NumPy. This code provides a basic understanding of how CNNs work and can be used as a starting point for more complex projects.

C
cs231n.github.io
research

CS231n: Convolutional Neural Networks for Visual Recognition

Stanford University's CS231n course notes on convolutional neural networks. This resource provides a comprehensive introduction to CNNs, including their history, architecture, and applications.

Y
youtube.com
video

Building a Convolutional Neural Network with NumPy and Python

A video tutorial on building a convolutional neural network using NumPy and Python. This video provides a step-by-step guide to implementing a CNN from scratch.

A
arxiv.org
research

Convolutional Neural Networks: A Tutorial

A research paper on convolutional neural networks. This paper provides a comprehensive overview of CNNs, including their architecture, training methods, and applications.

P
pypi.org
tool

NumPy-based Convolutional Neural Network Library

A Python library for building convolutional neural networks using NumPy. This library provides a simple and efficient way to implement CNNs for various applications.

C
coursera.org
news

Convolutional Neural Network Tutorial with NumPy and TensorFlow

A tutorial on convolutional neural networks using NumPy and TensorFlow. This course provides a comprehensive introduction to CNNs, including their architecture, training methods, and applications.