Section 01
Introduction to the Deep Learning Experiment Collection Project
This article introduces the "Deep-Learning-Experiments" project, which helps learners gain an in-depth understanding of deep learning's underlying mechanisms and engineering skills through two paths: implementation from scratch and framework practice. The project covers neural network basics (MLP), convolutional neural networks (CNN), optimization techniques, and modern deep learning extensions (such as RNN and attention mechanisms), aiming to enable learners to systematically master core deep learning content from theory to practice.