Skip to content

This project involves the implementation of a basic Convolutional Neural Network (CNN) from scratch using Python and NumPy.

Notifications You must be signed in to change notification settings

ThiagoAVicente/CNN

Repository files navigation

CNN

This project implements a simple Convolutional Neural Network (CNN) from scratch using Python and NumPy. The CNN is designed to classify images from a dataset, showcasing fundamental concepts in deep learning and computer vision.

Dependencies

  • NumPy: For all matrix operations and numerical computations.
    Install it using:
    pip install numpy

About

This project involves the implementation of a basic Convolutional Neural Network (CNN) from scratch using Python and NumPy.

Topics

Resources

Stars

Watchers

Forks

Languages