Merge pull request #2612 from wanikhawar/patch-1

add jax
This commit is contained in:
Vinta Chen 2026-01-08 16:02:30 +08:00 committed by GitHub
commit 6bfa12ffd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -434,6 +434,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Frameworks for Neural Networks and Deep Learning. Also see [awesome-deep-learning](https://github.com/ChristosChristofidis/awesome-deep-learning).*
* [jax](https://github.com/google/jax) - a library for high-performance numerical computing with automatic differentiation and JIT compilation.
* [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
* [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
* [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast.