Keras

High-level deep learning API — simple model building with backends for TensorFlow, PyTorch, and JAX.

Python free Open Source data since 2015

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
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub