From d836f796f3e83c0a64bfe6a4cc2b27b0d7cd0741 Mon Sep 17 00:00:00 2001 From: Allwell <164483433+Allwell987@users.noreply.github.com> Date: Sat, 28 Mar 2026 05:19:20 +0100 Subject: [PATCH] Fix: Capitalize description for jax in Deep Learning section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a1a83..191f69f 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents _Frameworks for Neural Networks and Deep Learning. Also see [awesome-deep-learning](https://github.com/ChristosChristofidis/awesome-deep-learning)._ -- [jax](https://github.com/jax-ml/jax) - a library for high-performance numerical computing with automatic differentiation and JIT compilation. +- [jax](https://github.com/jax-ml/jax) - A library for high-performance numerical computing with automatic differentiation and JIT compilation. - [keras](https://github.com/keras-team/keras) - A high-level deep learning library with support for JAX, TensorFlow, and PyTorch backends. - [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast. - [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.