Section 01
Project Introduction: From Scratch Reproduction of VGG16 and GoogLeNet in PyTorch Practice Record
This project records the complete path of a deep learning beginner manually reproducing classic CNN models VGG16 and GoogLeNet from scratch, covering model principle understanding, network structure construction, FashionMNIST training and parameter tuning, and transfer application on the Cats vs. Dogs dataset. The project is from the GitHub repository PyTorch-CNN-2 (author: yhe8479-ship-it, release date: June 3, 2026), aiming to deeply understand the model design ideas and engineering implementation details through manual implementation rather than calling ready-made APIs.