# keras **Repository Path**: iamcjj/keras ## Basic Information - **Project Name**: keras - **Description**: Deep Learning for humans - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-21 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Keras: Deep Learning for humans ![Keras logo](https://s3.amazonaws.com/keras.io/img/keras-logo-2018-large-1200.png) [![Build Status](https://travis-ci.org/keras-team/keras.svg?branch=master)](https://travis-ci.org/keras-team/keras) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/keras-team/keras/blob/master/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](https://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`.