Section 01
Introduction: A Learning Journey to Building a Micro-Gradient Engine from Scratch
Cedric-kopp, an interdisciplinary learner, built a scalar-valued automatic differentiation engine and a multi-layer perceptron from scratch by reproducing Andrej Karpathy's "Neural Networks: Zero to Hero" series, gaining an in-depth understanding of the underlying principles of neural networks and backpropagation. The project documents the complete learning process (including intermediate steps and failed attempts) and uses PyTorch cross-validation to ensure implementation correctness.