Nuro¶
A lightweight, math-first machine learning and deep learning library built completely from scratch using NumPy and PyTorch.
The core philosophy of this project is learning by implementing. Every algorithm, transformation, and mathematical operation is hand-crafted from basic primitives to bridge the gap between high-level framework abstractions and underlying foundational theory.
This project includes educational documentation on core concepts of Machine Learning and Deep Learning along with hands-on projects for practice purpose.
Contributing¶
We welcome contributions that improve mathematical clarity, code optimization, or documentation coverage. Please ensure all code additions strictly adhere to the Google Documentation Style Guide and pass standard linting requirements.