aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras/README.md
blob: de4c81268d57d5ec7e88d4344c364e9cd99e5204 (plain)
1
2
3
4
5
6
7
8
9
NOTE: THE `tensorflow.contrib.keras` MODULE HAS BEEN DEPRECATED.
USE INSTEAD `tensorflow.keras`, PART OF CORE TENSORFLOW.

Keras is an object-oriented API for defining and training neural networks.

This module contains a pure-TensorFlow implementation of the Keras API,
allowing for deep integration with TensorFlow functionality.

See [keras.io](https://keras.io) for complete documentation and user guides.