deep-learning.A small deep learning framework written in C++ using no libraries outside of the standard one for learning purposes, meant to be simple and readable, it includes an automatic differentiation engine, computing kernels and a col-major nth-order tensor implementation, it relies on a custom arena allocator for performance purposes.