About 2,030 results
Open links in new tab
  1. 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.

  2. Keras: Deep Learning for humans

    Keras 3 is a full rewrite of Keras that enables you to run your Keras workflows on top of either JAX, TensorFlow, PyTorch, or OpenVINO (for inference-only), and that unlocks brand new large-scale …

  3. 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 …

  4. Keras 3 API documentation

    Utilities Experiment management utilities Model plotting utilities Structured data preprocessing utilities Tensor utilities Python & NumPy utilities Scikit-Learn API wrappers Keras configuration utilities Keras …

  5. 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.

  6. The Keras Blog

    Jan 30, 2016 · The purpose of Keras is to be a model-level framework, providing a set of "Lego blocks" for building Deep Learning models in a fast and straightforward way. Among Deep Learning …

  7. Introduction to Keras for engineers

    Jul 10, 2023 · 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.

  8. Developer guides - Keras

    They're one of the best ways to become a Keras expert. Most of our guides are written as Jupyter notebooks and can be run in one click in Google Colab, a hosted notebook environment that requires …

  9. Code examples - Keras

    They should be shorter than 300 lines of code (comments may be as long as you want). They should demonstrate modern Keras best practices. They should be substantially different in topic from all …

  10. Keras documentation: Semantic Segmentation with KerasHub

    Oct 11, 2024 · After installing keras and keras-hub, set the backend for keras. This guide can be run with any backend (Tensorflow, JAX, PyTorch).