Skip to content
#

pooling-layers

Here are 13 public repositories matching this topic...

A CNN is a kind of network architecture for deep learning algorithms and is specifically used for image recognition and tasks that involve the processing of pixel data. This repository contains the code for CNN with a categorical classification dataset.

  • Updated Jul 23, 2023
  • Python

Content: Structure of CNN, Convolutional layer, Pooling layer, Fully connected layer, Dense layer, output, Image classification, Creating, compiling and training the model on epochs, testing the model on gradio

  • Updated Apr 30, 2024
  • Jupyter Notebook

This project implements the classical LeNet-5 CNN for MNIST digit classification using PyTorch. It covers a complete pipeline from data preprocessing to deployment. The model achieves ~98.8% test accuracy, showing the strong effectiveness of early CNN architectures for image classification.

  • Updated Apr 27, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the pooling-layers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pooling-layers topic, visit your repo's landing page and select "manage topics."

Learn more