Skip to content
master
Go to file
Code

Latest commit

* Cleanup legacy Keras [1/N]

All the new docs should be located in keras-team/keras-io

* Cleanup legacy Keras [2/N]

Remove all the examples, and new examples should be located in keras-team/keras-io

* Cleanup legacy Keras code [3/N]

Delete all the py srcs and test files.
33c4e16

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

Keras: Deep Learning for humans

Keras logo

Build Status license

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow.

Read the documentation at Keras.io.


Multi-backend Keras and tf.keras

Multi-backend Keras has been discontinued. At this time, we recommend that Keras users who use multi-backend Keras with the TensorFlow backend switch to tf.keras in TensorFlow 2.0.

Keras 2.2.5 was the last release of Keras implementing the 2.2.* API. It was the last release to only support TensorFlow 1 (as well as Theano and CNTK).

The current release is Keras 2.4.0, which simply redirects to tf.keras.

You can’t perform that action at this time.