keras==3.15.0
# Multi-backend Keras
$ pip install keras
downloads/wk
0
license
Apache License 2.0
version
3.15.0
python
>=3.11
What is keras?
Keras is a high-level neural network API that runs on top of TensorFlow, JAX, or PyTorch backends, allowing you to build and train deep learning models with a simple, consistent interface. Developers use it to quickly prototype and deploy machine learning models without needing to write low-level backend-specific code. The multi-backend support means you can switch between different computation engines without changing your model code.
Links