keras安装包

Searching…

keras.io

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.

keras.io

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 model training and de...

keras.io

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

keras.io

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 examples listed above....

keras.io

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 no setup and runs in ...

keras.io

About Keras 3

Keras follows the principle of progressive disclosure of complexity: it makes it easy to get started, yet it makes it possible to handle arbitrarily advanced use cases, only requiring incremental learning at each step.

keras.io

Keras 3 API documentation

Preprocessing utilities Backend utilities Scikit-Learn API wrappers Keras configuration utilities Keras 3 API documentation Models API Layers API Callbacks API Ops API Optimizers Metrics Losses Data loading Tree API B...

keras.io

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.

keras.io

Keras documentation: KerasHub

The library provides Keras 3 implementations of popular model architectures, paired with a collection of pretrained checkpoints available on Kaggle Models. Models can be used for both training and inference, on any of...

keras.io

Datasets - Keras

The keras.datasets module provide a few toy datasets (already-vectorized, in Numpy format) that can be used for debugging a model or creating simple code examples.