Playground for learning jax in python
JAX is a library for high-performance numerical computing in python with autograd and XLA support.
- Install miniconda
- Create conda environment using
conda env create -f environment.yml
- Activate conda environment using
conda activate jax-playground