Section 01
SaANN Project Overview: Zero-to-One Understanding of MLP Architecture
SaANN (Self-automated Artificial Neural Network) is an open-source project that implements a multi-layer perceptron (MLP) from scratch. It aims to help developers deeply understand the internal working principles of neural networks—including forward/backward propagation, activation functions, and optimization strategies—by avoiding framework abstractions. This project is ideal for those who want to transition from API users to engineers with a solid grasp of deep learning fundamentals.