Skip to content

youssef-mansor/LeNet-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


LeNet-5 from Scratch

Report Bug · Request Feature

Image

About The Project

This project implements the classic LeNet-5 architecture using raw PyTorch tensors. It features a custom-built CNN with hand-crafted convolutional layers, Sigmoid activations, and max pooling. The bespoke training system combines stochastic gradient descent with cross-entropy loss, complemented by an efficient data pipeline. Tested on the Fashion MNIST dataset, this implementation offers a deep dive into CNN fundamentals, balancing performance with educational insights.

Tech Stack

The project utilizes the following technologies:

Python PyTorch

About

Implementing LeNet-5 from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published