JAXinbuilt
JAXinbuilt is a conceptual term that refers to the functionalities and features that are intrinsically part of the JAX numerical computation library. JAX is a high-performance numerical computation library developed by Google, designed for machine learning research. It combines automatic differentiation with XLA (Accelerated Linear Algebra) to compile NumPy-like code into highly optimized kernels that run efficiently on GPUs and TPUs.
The "inbuilt" aspects of JAX encompass its core transformations and primitive operations. These include `grad` for
Beyond these core transformations, JAXinbuilt also refers to the rich set of numerical primitives that mirror