JAXAn
JAXAn is a software library designed to facilitate the development of applications that leverage the capabilities of JAX, a high-performance numerical computation library. JAX itself is known for its automatic differentiation, just-in-time (JIT) compilation, and NumPy-like API, making it suitable for machine learning research and scientific computing. JAXAn aims to build upon these foundations by providing additional tools and abstractions that simplify common tasks encountered when working with JAX.
The library often focuses on areas such as data loading and preprocessing, model definition, and training loop