minor update in docs

This commit is contained in:
Roland Grinis 2021-08-25 09:09:55 +01:00
parent 3b6e80f5b6
commit 40b9066dd0

View File

@ -1,12 +1,12 @@
# Module kmath-noa # Module kmath-noa
A general purpose differentiable computation library over A general purpose differentiable programming library over
[NOA](https://github.com/grinisrit/noa.git) [NOA](https://github.com/grinisrit/noa.git)
together with relevant functionality from together with relevant functionality from
[LibTorch](https://pytorch.org/cppdocs). [LibTorch](https://pytorch.org/cppdocs).
Our aim is to cover a wide set of applications Our aim is to cover a wide set of applications
from bayesian optimisation and deep learning to particle physics from bayesian computation and deep learning to particle physics
simulations. In fact, we support any simulations. In fact, we support any
differentiable program written on top of differentiable program written on top of
`AutoGrad` & `ATen`. `AutoGrad` & `ATen`.