What is Keras?
Keras is a high-level deep learning API—now the official high-level interface for TensorFlow—that lets developers define, train, and export neural networks with concise Python code.
Use Keras for rapid prototyping; still validate deployed models with task-real metrics and safety suites when models power user-facing AI.
Related Giskard articles
Test models built with Keras
Wrap Keras-backed predictors in Giskard scenarios before production promotion. Learn more.
Further reading
Authoritative reference: Keras documentation.