提交 38dc6c9f authored 作者: Michael Osthege's avatar Michael Osthege

Show main README on PyPI

上级 5dd69b8e
PyTensor is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is built on top of NumPy_. PyTensor features:
* **tight integration with NumPy:** a similar interface to NumPy's. numpy.ndarrays are also used internally in PyTensor-compiled functions.
* **efficient symbolic differentiation:** PyTensor can compute derivatives for functions of one or many inputs.
* **speed and stability optimizations:** avoid nasty bugs when computing expressions such as log(1 + exp(x)) for large values of x.
* **dynamic C code generation:** evaluate expressions faster.
* **extensive unit-testing and self-verification:** includes tools for detecting and diagnosing bugs and/or potential problems.
.. _NumPy: http://numpy.scipy.org/
...@@ -17,7 +17,7 @@ authors = [ ...@@ -17,7 +17,7 @@ authors = [
{name = "pymc-devs", email = "pymc.devs@gmail.com"} {name = "pymc-devs", email = "pymc.devs@gmail.com"}
] ]
description = "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs." description = "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs."
readme = "DESCRIPTION.rst" readme = "README.rst"
license = {file = "LICENCE.txt"} license = {file = "LICENCE.txt"}
classifiers = [ classifiers = [
"Development Status :: 6 - Mature", "Development Status :: 6 - Mature",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论