
Keras: Deep Learning for humans
Keras is a deep learning API designed for human beings, not machines. Keras focuses on debugging speed, code elegance & conciseness, maintainability, and deployability.
Getting started with Keras
Read our Keras developer guides. Are you looking for tutorials showing Keras in action across a wide range of use cases? See the Keras code examples: over 150 well-explained notebooks demonstrating Keras best practices in computer vision, …
Keras: Deep Learning for humans
Keras 3 implements the full Keras API and makes it available with TensorFlow, JAX, and PyTorch — over a hundred layers, dozens of metrics, loss functions, optimizers, and callbacks, the Keras training and evaluation loops, and the Keras saving & serialization infrastructure.
Keras 3 API documentation
Keras Applications Xception EfficientNet B0 to B7 EfficientNetV2 B0 to B3 and S, M, L ConvNeXt Tiny, Small, Base, Large, XLarge VGG16 and VGG19 ResNet and ResNetV2 MobileNet, MobileNetV2, and MobileNetV3 DenseNet NasNetLarge and NasNetMobile InceptionV3 InceptionResNetV2
Developer guides - Keras
Developer guides Our developer guides are deep-dives into specific topics such as layer subclassing, fine-tuning, or model saving. They're one of the best ways to become a Keras expert.
About Keras 3
Keras 3 is a multi-framework deep learning API As a multi-framework API, Keras can be used to develop modular components that are compatible with any framework – JAX, TensorFlow, or PyTorch. This approach has several key benefits:
Code examples - Keras
New examples are added via Pull Requests to the keras.io repository. They must be submitted as a .py file that follows a specific format. They are usually generated from Jupyter notebooks. …
Introduction to Keras for engineers
2023年7月10日 · Introduction Keras 3 is a deep learning framework works with TensorFlow, JAX, and PyTorch interchangeably. This notebook will walk you through key Keras 3 workflows.
Keras Applications
Keras Applications are deep learning models that are made available alongside pre-trained weights. These models can be used for prediction, feature extraction, and fine-tuning.
Introducing Keras 2
2017年3月14日 · The new Keras 2 API is our first long-term-support API: codebases written in Keras 2 next month should still run many years from now, on up-to-date software. To make this possible, we have extensively redesigned the API with this …