link to other APIs (#715)

* link to other APIs

* remove sec
This commit is contained in:
Awni Hannun 2024-02-20 09:54:49 -08:00 committed by GitHub
parent 5798256fcf
commit 8120a3b65c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,10 +11,12 @@ brought to you by Apple machine learning research.
Some key features of MLX include: Some key features of MLX include:
- **Familiar APIs**: MLX has a Python API that closely follows NumPy. - **Familiar APIs**: MLX has a Python API that closely follows NumPy. MLX
MLX also has a fully featured C++ API, which closely mirrors the Python API. also has fully featured C++, [C](https://github.com/ml-explore/mlx-c), and
MLX has higher-level packages like `mlx.nn` and `mlx.optimizers` with APIs [Swift](https://github.com/ml-explore/mlx-swift/) APIs, which closely mirror
that closely follow PyTorch to simplify building more complex models. the Python API. MLX has higher-level packages like `mlx.nn` and
`mlx.optimizers` with APIs that closely follow PyTorch to simplify building
more complex models.
- **Composable function transformations**: MLX supports composable function - **Composable function transformations**: MLX supports composable function
transformations for automatic differentiation, automatic vectorization, transformations for automatic differentiation, automatic vectorization,