Skip to content

Commit 9ee964b

Browse files
committed
add jax
1 parent fbba932 commit 9ee964b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,13 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a
222222
- [Pandas](https://github.com/pandas-dev/pandas) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pandas-dev/pandas/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pandas-dev/pandas?style=social) | Python, Cython | - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
223223
- [Polars](https://github.com/pola-rs/polars) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pola-rs/polars/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pola-rs/polars?style=social)| Rust, Python | - Polars is a blazingly fast DataFrames library implemented in Rust using Apache Arrow Columnar Format as memory model.
224224
- Machine Learning
225+
- [Hugging Face](https://github.com/huggingface/) ![GitHub Repo stars](https://img.shields.io/github/stars/huggingface?style=social) - The AI community building the future.
226+
- [LangChain](https://github.com/langchain-ai/langchain) ![GitHub Repo stars](https://img.shields.io/github/stars/langchain-ai/langchain?style=social) - Building applications with LLMs through composability
225227
- [Sikit-learn](https://github.com/scikit-learn/scikit-learn) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/scikit-learn/scikit-learn/main) ![GitHub Repo stars](https://img.shields.io/github/stars/scikit-learn/scikit-learn?style=social) | Python, Cython | - Machine learning in Python
228+
- [JAX](https://github.com/google/jax) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/google/jax/main) ![GitHub Repo stars](https://img.shields.io/github/stars/google/jax?style=social) - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
229+
- [Pytorch](https://github.com/pytorch/pytorch) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pytorch/pytorch/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pytorch/pytorch?style=social) | Python | - Tensors and Dynamic neural networks in Python with strong GPU acceleration
226230
- [Keras](https://github.com/keras-team/keras) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/keras-team/keras/master) ![GitHub Repo stars](https://img.shields.io/github/stars/keras-team/keras?style=social) | Python | - The most user friendly Deep Learning for humans in Python
227231
- [TensorFlow](https://github.com/tensorflow/tensorflow) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tensorflow/tensorflow/master) ![GitHub Repo stars](https://img.shields.io/github/stars/tensorflow/tensorflow?style=social) | Python, C++ | - More low level Deep Learning framework
228-
- [Pytorch](https://github.com/pytorch/pytorch) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pytorch/pytorch/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pytorch/pytorch?style=social) | Python | - Tensors and Dynamic neural networks in Python with strong GPU acceleration
229-
- [Hugging Face](https://github.com/huggingface/) ![GitHub Repo stars](https://img.shields.io/github/stars/huggingface?style=social) - The AI community building the future.
230-
- [LangChain](https://github.com/langchain-ai/langchain) ![GitHub Repo stars](https://img.shields.io/github/stars/langchain-ai/langchain?style=social) - Building applications with LLMs through composability
231232
- DAG
232233
- [Rustworkx](https://github.com/Qiskit/rustworkx/tree/main) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Qiskit/rustworkx/main) ![GitHub Repo stars](https://img.shields.io/github/stars/Qiskit/rustworkx?style=social) | Rust, Python | - A high performance Python graph library implemented in Rust.
233234
- [Networkx](https://github.com/networkx/networkx) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/networkx/networkx/main) ![GitHub Repo stars](https://img.shields.io/github/stars/networkx/networkx?style=social) | Python | - Network Analysis in Python

0 commit comments

Comments
 (0)