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

Convolutional Neural Networks with NumPy

This article provides an in-depth explanation of how to implement convolutional neural networks using NumPy, including convolutional and pooling layers.

P
python.org
official

Python Convolutional Neural Networks Tutorial

The official Python documentation provides a tutorial on building convolutional neural networks using the NumPy and SciPy libraries.

R
researchgate.net
research

Convolutional Neural Networks for Image Classification

This research paper explores the application of convolutional neural networks for image classification tasks, utilizing NumPy for efficient computation.

G
github.io
tool

NumPy-Based Convolutional Neural Network Implementation

This open-source project provides a NumPy-based implementation of convolutional neural networks, including example code and documentation.

C
coursera.org
video

Introduction to Convolutional Neural Networks with Python

This online course covers the basics of convolutional neural networks, including implementation using Python and NumPy, offered by the University of Michigan.

N
numpy.org
official

Convolutional Neural Networks: A NumPy Tutorial

The official NumPy documentation provides a tutorial on building convolutional neural networks using NumPy, covering topics such as convolutional and pooling layers.

E
edu.au
article

Building Convolutional Neural Networks with Python and NumPy

This academic article, published by the University of Melbourne, provides an overview of building convolutional neural networks using Python and NumPy, including applications in image classification.

K
kaggle.com
tool

Convolutional Neural Network Tutorial using Python and NumPy

This Kaggle tutorial provides a step-by-step guide to building convolutional neural networks using Python and NumPy, including example code and competitions.