Tensor is the might
- Every good abstraction solves a problem, and this post will cover everything I know so far about a brilliant math abstraction - tensors.
- Neural networks, from a simple 2-layer MLP to GPT-5, all boil down to the same thing: floating-point numbers flowing through a graph of operations.
- This post builds a complete, accelerated tensor library from scratch in C.
Unverified
- Every good abstraction solves a problem, and this post will cover everything I know so far about a brilliant math abstraction - tensors.
- Neural networks, from a simple 2-layer MLP to GPT-5, all boil down to the same thing: floating-point numbers flowing through a graph of operations.
- This post builds a complete, accelerated tensor library from scratch in C.
Sources: Zserge