All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

jax-js: A JavaScript Implementation of Google's JAX Machine Learning Framework for Web Browsers

By

ekzhang

4mo ago· 17 min readen

Summary

The article announces jax-js, a new machine learning library for the web that reimplements Google DeepMind's JAX framework in pure JavaScript. The library runs completely in the browser using WebGPU and Wasm kernels, enabling cross-platform machine learning on the frontend web. The developer created it to provide a way to run numerical programs and machine learning in JavaScript, complementing Python's dominance in ML while leveraging JavaScript's ubiquity on the web.

Key quotes

· 5 pulled
I'm excited to release jax-js, a machine learning library for the web.
You can think of it as a reimplementation of Google DeepMind's JAX framework (similar to PyTorch) in pure JavaScript.
jax-js runs completely in the browser by generating fast WebGPU and Wasm kernels.
Starting in February this year, I spent nights and weekends working on a new ML library for the browser.
I wanted a cross-platform way to run numerical programs on the frontend web, so you can do machine learning.
Snippet from the RSS feed
JAX in pure JavaScript, as a flexible machine learning library and compiler.

You might also wanna read