Keras
High-level deep learning API — simple model building with backends for TensorFlow, PyTorch, and JAX.
Keras provides an intuitive API for building neural networks with Sequential models, functional API, and subclassing. Keras 3 is backend-agnostic — the same model code runs on TensorFlow, PyTorch, or JAX. As TensorFlow’s official high-level API it is the first framework most practitioners encounter when learning deep learning.
// tags
mldeep-learningneural-networkspythontensorflowmulti-backend