Skip to main content
All terms
Frameworks & Tools

Keras

A high-level, beginner-friendly API for building and training neural networks.

Definition

Keras is a high-level API for building and training neural networks, known for a simple, readable interface. It runs on top of backends like TensorFlow, JAX, and PyTorch, letting the same model code execute on different engines. Its low barrier to entry makes it a common starting point for learners and for quick prototyping.