yanknn
Yanknn is a lightweight open-source neural network framework designed for education and rapid experimentation. The project emphasizes clarity and simplicity, offering a minimal set of building blocks that are easy to inspect and extend. It supports common supervised learning workflows and is designed to run on standard CPU environments without requiring specialized hardware.
The framework provides automatic differentiation through a reverse-mode computational graph, enabling gradient computation for arbitrary sequences
Core components include a Tensor type wrapping multi-dimensional arrays, a lightweight autograd engine, a module and
Development and licensing: yanknn is released under an open-source license and maintained by a community of