Contents

keras 3.13.2

0

Multi-backend Keras

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).

Stars: 63769, Watchers: 63769, Forks: 19696, Open Issues: 282

The keras-team/keras repo was created 10 years ago and the last code push was an hour ago.
The project is extremely popular with a mindblowing 63769 github stars!

How to Install keras

You can install keras using pip

pip install keras

or add it to a project with poetry

poetry add keras

Package Details

Author
None
License
Apache License 2.0
Homepage
None
PyPi:
https://pypi.org/project/keras/
GitHub Repo:
https://github.com/keras-team/keras

Classifiers

  • Scientific/Engineering
  • Software Development
No  keras  pypi packages just yet.

Errors

A list of common keras errors.

Code Examples

Here are some keras code examples and snippets.

GitHub Issues

The keras package has 282 open issues on GitHub

  • keras.ops.associative_scan cause infinite recursion in TensorFlow static graph mode.
  • Do not allow external links in HDF5 files.
  • Increase test coverage for StringLookup preprocessing layer
  • Implement nanmean function in keras.ops
  • Fix gaussian_blur padding calculation for even kernel sizes
  • Add SSIM to keras.ops.image
  • keras.src.backend.tensorflow.core.associative_scan enters infinite recursion when scan axis size is 0 or 1
  • Add euclidean_dist_transform
  • Fix discretization symbolic one hot
  • keras.src.backend.numpy.image.gaussian_blur crashes on even-sized images
  • Discretization layer with output_mode='one_hot' produces incorrect output shape for symbolic tensors
  • Add euclidean_dist_transform
  • Fix async save handling in OrbaxCheckpoint
  • Disallow TFSMLayer deserialization in safe_mode to prevent external SavedModel execution
  • Request: backport CVE-2026-0897 security fix to Keras 3.12.x?

See more issues on GitHub

Related Packages & Articles

gensim 4.4.0

Python framework for fast Vector Space Modelling