Minimal auto-differentiation engine in Rust (for educational purposes)

35 lschneider 1 6/20/2025, 1:53:34 PM github.com ↗

Comments (1)

tnlogy · 59m ago
Nice! I made a small toy version myself to learn Rust and freshen up on ML. https://github.com/tnlogy/telegrad

I wanted to store the graph in a heap to be able to send it to the gpu later on, but then I got lazy and abandoned it. But you always learn something. :)