Merge pull request #2498 from arunachalamev/add-lighting

added deep learning framework Lighting
This commit is contained in:
Vinta Chen 2023-07-13 23:37:08 +08:00 committed by GitHub
commit c52dba9b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,6 +483,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [SerpentAI](https://github.com/SerpentAI/SerpentAI) - Game agent framework. Use any video game as a deep learning sandbox.
* [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google.
* [Theano](https://github.com/Theano/Theano) - A library for fast numerical computation.
* [lightning](https://github.com/Lightning-AI/lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast.
## DevOps Tools