mirror of
https://github.com/wangzhe3224/awesome-systematic-trading.git
synced 2026-08-17 04:48:07 +00:00
add jax
This commit is contained in:
@@ -222,12 +222,13 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a
|
||||
- [Pandas](https://github.com/pandas-dev/pandas)   | 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
|
||||
- [Polars](https://github.com/pola-rs/polars)  | Rust, Python | - Polars is a blazingly fast DataFrames library implemented in Rust using Apache Arrow Columnar Format as memory model.
|
||||
- Machine Learning
|
||||
- [Sikit-learn](https://github.com/scikit-learn/scikit-learn)   | Python, Cython | - Machine learning in Python
|
||||
- [Keras](https://github.com/keras-team/keras)   | Python | - The most user friendly Deep Learning for humans in Python
|
||||
- [TensorFlow](https://github.com/tensorflow/tensorflow)   | Python, C++ | - More low level Deep Learning framework
|
||||
- [Pytorch](https://github.com/pytorch/pytorch)   | Python | - Tensors and Dynamic neural networks in Python with strong GPU acceleration
|
||||
- [Hugging Face](https://github.com/huggingface/)  - The AI community building the future.
|
||||
- [LangChain](https://github.com/langchain-ai/langchain)  - Building applications with LLMs through composability
|
||||
- [Sikit-learn](https://github.com/scikit-learn/scikit-learn)   | Python, Cython | - Machine learning in Python
|
||||
- [JAX](https://github.com/google/jax)   - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
|
||||
- [Pytorch](https://github.com/pytorch/pytorch)   | Python | - Tensors and Dynamic neural networks in Python with strong GPU acceleration
|
||||
- [Keras](https://github.com/keras-team/keras)   | Python | - The most user friendly Deep Learning for humans in Python
|
||||
- [TensorFlow](https://github.com/tensorflow/tensorflow)   | Python, C++ | - More low level Deep Learning framework
|
||||
- DAG
|
||||
- [Rustworkx](https://github.com/Qiskit/rustworkx/tree/main)   | Rust, Python | - A high performance Python graph library implemented in Rust.
|
||||
- [Networkx](https://github.com/networkx/networkx)   | Python | - Network Analysis in Python
|
||||
|
||||
Reference in New Issue
Block a user