Section 01
Neural Network Learning Project: From Perceptron to Deep Networks
This GitHub project by Sergey-Dubinin (repo link: https://github.com/Sergey-Dubinin/Neural-Networks, updated 2026-05-30) records the implementation journey from basic perceptron to complex deep networks. It covers core concepts like forward propagation, backward propagation, activation functions, optimization algorithms, and regularization with Python code, providing a complete reference for learners to bridge theory and practice.