bhaskar9221/DeepLearning-Projects
This is my Repository for Deep Learning Project and Works
What's novel
This is my Repository for Deep Learning Project and Works
Code Analysis
2 files read · 2 roundsImplements the classic LeNet-5 CNN architecture and trains it on the MNIST handwritten digit dataset using PyTorch with SGD optimization.
Strengths
The model architecture is a faithful, readable implementation of the original LeNet-5 paper, and the training loop is straightforward and functional for a learning exercise.
Weaknesses
A critical bug applies ReLU to the final output layer (distorting logits for CrossEntropyLoss), there are no tests, no reproducibility (no seed), the model is saved every epoch unconditionally, and the README describes a broad portfolio repo rather than this specific project.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
9
Contributors
1
Files
8
Active weeks
2
Repository
Language
Python
Stars
2
Forks
0
License
—