Skip to content

Lev1ty/awesome-jax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome JAX Awesome

A curated list of awesome JAX libraries, projects, and other resources. Inspired by Awesome TensorFlow.

What is JAX?

JAX brings automatic differentiation and the XLA compiler together through a numpy-like API for high performance machine learning research on accelerators like GPUs and TPUs. More info here.

Table of Contents

  • Neural Network Libraries
    • Flax - a flexible library with the largest user base of all JAX NN libraries.
    • Haiku - focused on simplicity, created by the authors of Sonnet at DeepMind.
    • Objax - has an object oriented design similar to PyTorch.
    • Elegy - implements the Keras API with some improvements.
    • RLax - library for implementing reinforcement learning agent.
    • Trax - a "batteries included" deep learning library focused on providing solutions for common workloads.
    • Jraph - a lightweight graph neural network library.
  • NumPyro - probabilistic programming based on the Pyro library.
  • Chex - utilities to write and test reliable JAX code.
  • Optax - a gradient processing and optimization library.
  • JAX, M.D. - accelerated, differential molecular dynamics.
  • Coax - turn RL papers into code, the easy way.
  • SymJAX - symbolic CPU/GPU/TPU programming.
  • mcx - Express & compile probabilistic programs for performant inference.

This section contains libraries that are well-made and useful, but have not necessarily been battle-tested by a large userbase yet.

  • Neural Network Libraries
    • Parallax - prototype immutable torch modules for JAX.
    • FedJAX - federated learning in JAX, built on Optax and Haiku.
  • jax-unirep - library implementing the UniRep model for protein machine learning applications.
  • jax-flows - Normalizing flows in JAX.
  • sklearn-jax-kernels - scikit-learn kernel matrices using JAX.
  • jax-cosmo - a differentiable cosmology library.
  • efax - Exponential Families in JAX.
  • mpi4jax - Combine MPI operations with your Jax code on CPUs and GPUs.

This section contains papers focused on JAX (e.g. JAX-based library whitepapers, research on JAX, etc). Papers implemented in JAX are listed in the Models/Projects section.

Contributions welcome! Read the contribution guidelines first.

About

JAX - A curated list of resources https://github.com/google/jax

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published