Training a Neural Network in Your Browser Using WebAssembly and Rust (Demo)

Juggernaut is an experimental Neural Network written in Rust. This demo page utilizes the power of Juggernaut and WebAssembly to train a Neural Network in your web browser and visualizes all the steps using SVG and Canvas. Read more

Similar

Static streams for faster async Rust proxies

Last week in Tokio's Discord chat server someone asked a really interesting question: how can you stream a multipart body from an incoming request into an outgoing request? My struggle to answer this really helped me understand Rust async lifetimes. We'll... (more…)

Read more »