From 40b9066dd0e14d44238dc9b95fb89280147cd0f6 Mon Sep 17 00:00:00 2001 From: Roland Grinis Date: Wed, 25 Aug 2021 09:09:55 +0100 Subject: [PATCH] minor update in docs --- kmath-noa/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmath-noa/README.md b/kmath-noa/README.md index 64187671f..c28743a50 100644 --- a/kmath-noa/README.md +++ b/kmath-noa/README.md @@ -1,12 +1,12 @@ # Module kmath-noa -A general purpose differentiable computation library over +A general purpose differentiable programming library over [NOA](https://github.com/grinisrit/noa.git) together with relevant functionality from [LibTorch](https://pytorch.org/cppdocs). 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 differentiable program written on top of `AutoGrad` & `ATen`.