Section 01
CortexCPP: A Pure C++ Deep Learning Framework Built From Scratch (Main Thread)
Project Name: CortexCPP Author/Maintainer: couder-04 Source: GitHub (https://github.com/couder-04/CortexCPP) Release Time: 2026-06-03
CortexCPP is a modular deep learning framework entirely built from scratch using C++. It features a custom tensor engine, dynamic network architecture construction, shape inference, model analysis, and end-to-end training support. Unlike mainstream frameworks relying on external libraries, it serves as an excellent learning resource for developers to understand the underlying principles of deep learning, and its lightweight design makes it suitable for embedded scenarios.