提交 54e19a68 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Update the README to include Numba

上级 81ba2e35
|Tests Status| |Coverage| |Tests Status| |Coverage|
|Project Name| is a Python library that allows you to define, optimize, and |Project Name| is a Python library that allows one to define, optimize, and
efficiently evaluate mathematical expressions involving multi-dimensional efficiently evaluate mathematical expressions involving multi-dimensional
arrays. It can use GPUs and perform efficient symbolic differentiation. arrays.
This is a fork of the `original Theano library <https://github.com/Theano/Theano>`__ that is being
maintained by the `PyMC team <https://github.com/pymc-devs>`__.
Features Features
======== ========
- A hackable, pure-Python codebase - A hackable, pure-Python codebase
- Extensible graph framework suitable for rapid development of custom symbolic optimizations - Extensible graph framework suitable for rapid development of custom operators and symbolic optimizations
- Implements an extensible graph transpilation framework that currently provides - Implements an extensible graph transpilation framework that currently provides
compilation to C and JAX JITed Python functions compilation via C, `JAX <https://github.com/google/jax>`__, and `Numba <https://github.com/numba/numba>`__
- Built on top of one of the most widely-used Python tensor libraries: Theano - Based on one of the most widely-used Python tensor libraries: `Theano <https://github.com/Theano/Theano>`__
Getting started Getting started
=============== ===============
...@@ -119,7 +116,7 @@ For platform-specific installation information see the legacy documentation `her ...@@ -119,7 +116,7 @@ For platform-specific installation information see the legacy documentation `her
Support Support
======= =======
The PyMC group operates under the NumFOCUS umbrella. If you want to support us financially, you can donate `here <https://numfocus.salsalabs.org/donate-to-pymc3/index.html>`__. The PyMC group operates under the NumFOCUS umbrella. If you want to support us financially, donate `here <https://numfocus.salsalabs.org/donate-to-pymc3/index.html>`__.
.. |Project Name| replace:: Aesara .. |Project Name| replace:: Aesara
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论