Section 01
N-Orca: A Markdown-based DSL for Neural Network Architecture Management
N-Orca is a Markdown-based domain-specific language (DSL) designed to help developers and LLMs declare neural network architectures in plain text. Its core features include automatic shape consistency validation, generation of visual charts, and compilation into executable PyTorch code. The project aims to unify five key needs of architecture design—writing, reading, visualization, validation, and execution—into a single Markdown file, addressing the fragmentation of architecture descriptions in traditional deep learning workflows.