nikhilroxtomar / awesome-jax

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  • Reformer - an implementation of the Reformer (efficient transformer) architecture.

Contributions welcome! Read the contribution guidelines first.

About

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

License:Creative Commons Zero v1.0 Universal