Contents

keras 3.2.0

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: 60846, Watchers: 60846, Forks: 19319, Open Issues: 227

The keras-team/keras repo was created 9 years ago and the last code push was 58 minutes ago.
The project is extremely popular with a mindblowing 60846 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
Keras team
License
Apache License 2.0
Homepage
https://github.com/keras-team/keras
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 227 open issues on GitHub

  • Keras Testing: Fix ModuleNotFoundError in Keras memory_test, and re-enable on TAP.
  • Stop testing keras in the core tf docstest
  • Reorganize regularization layers into smaller logically organized files hosted under a regularization directory.
  • Add a keras doctest modeled on tensorflow doctest
  • Remove legacy multi_gpu_utils (irrelevant since the introduction of distribution strategies).
  • Support checkpointing ShardedVariables in optimizer slot variables.
  • Fix tf.name_scope support for Keras nested layers.
  • mode.predict freezes
  • The model saving is disturbed by the error raised intentionaly.
  • Shape issues in tf.keras.metrics.SparseTopKCategoricalAccuracy with multiple dimensions
  • Update global_clipnorm
  • TensorFlow "TypeError: Target data is missing" though dataset with 2 dimension tuple was supplied
  • Refactor SGD __decayed_lr to allow tf.Variable to be used as decay parameter
  • SGD decay cannot be a tf.Variable
  • Higher validation and test loss and lower accuracy using tf.data.dataset with tfrecords than using numpy

See more issues on GitHub

Related Packages & Articles

gensim 4.3.2

Python framework for fast Vector Space Modelling