Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewfeickert/jax-exploration
Explorations in self learning of JAX
https://github.com/matthewfeickert/jax-exploration
jax jupyter-book
Last synced: 11 days ago
JSON representation
Explorations in self learning of JAX
- Host: GitHub
- URL: https://github.com/matthewfeickert/jax-exploration
- Owner: matthewfeickert
- License: mit
- Created: 2020-10-25T20:10:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T05:12:51.000Z (about 4 years ago)
- Last Synced: 2024-10-16T04:41:07.265Z (26 days ago)
- Topics: jax, jupyter-book
- Language: Jupyter Notebook
- Homepage: https://matthewfeickert.github.io/jax-exploration
- Size: 2.16 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Explorations in JAX
Explorations in self learning of JAX
[![Deploy Jupyter Book](https://github.com/matthewfeickert/jax-exploration/workflows/Deploy%20Jupyter%20Book/badge.svg?branch=main)](https://matthewfeickert.github.io/jax-exploration/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/matthewfeickert/jax-exploration/main)## Setup
In a Python virtual environment run the following
```
python -m pip install -r binder/requirements.txt
python -m pip install -r book/requirements.txt
```## Build
To build the book after setup simply run
```
make build
```