From 3b0c7892f1e500d75ecdd93cfdbbf8e544d2b95c Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 29 Sep 2023 08:59:27 -0700 Subject: [PATCH 1/2] tweak readme to call out broader numerical computing at the same time, it makes sense to highlight large-scale machine learning as a focus --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b36b62dc..25be552e9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ ## What is JAX? JAX is [Autograd](https://github.com/hips/autograd) and [XLA](https://www.tensorflow.org/xla), -brought together for high-performance machine learning research. +brought together for high-performance numerical computing, especially +large-scale machine learning research. With its updated version of [Autograd](https://github.com/hips/autograd), JAX can automatically differentiate native From dddbe43444a1b105dd5021f18b89695330ba5b9a Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Tue, 3 Oct 2023 12:33:41 -0700 Subject: [PATCH 2/2] Update README.md Co-authored-by: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25be552e9..4622fd84b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## What is JAX? JAX is [Autograd](https://github.com/hips/autograd) and [XLA](https://www.tensorflow.org/xla), -brought together for high-performance numerical computing, especially +brought together for high-performance numerical computing, including large-scale machine learning research. With its updated version of [Autograd](https://github.com/hips/autograd),