About 25,800 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. 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 …

  3. Keras - Wikipedia

    Keras is an open-source library that provides a Python interface for artificial neural networks. Keras was first independent software, then integrated into the TensorFlow library, and later added support for …

  4. Keras: The high-level API for TensorFlow | TensorFlow Core

    Jun 8, 2023 · Keras is the high-level API of the TensorFlow platform. It provides an approachable, highly-productive interface for solving machine learning (ML) problems, with a focus on modern deep …

  5. GitHub - keras-team/keras: Deep Learning for humans

    Keras 3 is a multi-backend deep learning framework, with support for JAX, TensorFlow, PyTorch, and OpenVINO (for inference-only). Effortlessly build and train models for computer vision, natural …

  6. keras · PyPI

    May 7, 2026 · Keras 3 is a multi-backend deep learning framework, with support for JAX, TensorFlow, PyTorch, and OpenVINO (for inference-only). Effortlessly build and train models for computer vision, …

  7. What is Keras? - GeeksforGeeks

    Jun 9, 2026 · Keras is a deep learning API that simplifies the process of building deep neural networks. Initially it was developed as an independent library, Keras is now tightly integrated into TensorFlow …

  8. Keras Tutorial - GeeksforGeeks

    Mar 2, 2026 · Keras is a high-level neural networks APIs that provide easy and efficient design and training of deep learning models. It is built on top of TensorFlow, making it both highly flexible and …

  9. Tutorial: Introduction to Keras - Dataquest

    Mar 9, 2023 · Keras is a high-level, user-friendly API used for building and training neural networks. It is an open-source library built in Python that runs on top of TensorFlow.

  10. Explore - Keras Tutorial

    Leading organizations like Google, Square, Netflix, Huawei and Uber are currently using Keras. This tutorial walks through the installation of Keras, basics of deep learning, Keras models, Keras layers, …