Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Oryx

Oryx is a library for probabilistic programming and deep learning built on top of Jax. The approach is to expose a set of function transformations that compose and integrate with JAX's existing transformations (e.g. jit, grad, and vmap).

This is not an official Google product

Installation

You can install Oryx via pip:

$ pip install oryx

Documentation and Examples

Documentation is available on the Oryx website.

Guides

Development

To develop and modify Oryx, you need to install poetry, a tool for Python packaging and dependency management.

To install the development dependencies of Oryx, you can run

$ poetry install

and to enter a virtual environment for testing or debugging, you can run:

$ poetry shell

Running tests

Oryx uses Pytest for testing. To run the tests, use the following command:

$ poetry run pytest oryx

关于 About

Oryx is a library for probabilistic programming and deep learning built on top of Jax.
jaxprobabilistic-programmingpython

语言 Languages

Python90.9%
Jupyter Notebook9.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
26
Total Commits
峰值: 2次/周
Less
More

核心贡献者 Contributors