Live data from Hacker News

Mushin: Automatic Differentiation in the GPU with Rust

github.com

1–2 of 2 posts

Re: Mushin: Automatic Differentiation in the GPU with Rust

#2
It tries to be an improved copy of Tensorflow. It works the same way, but with guarantees at compile time. Using Rust's strong type system it ensures mathematical soundness while building your computational graph.

There's still of course a long road to go to be able to compete with something like Tensorflow, but I think the base is very solid.