tree: 2d507b506a4bd7e3803e839234c0e4a56f07a32e [path history] [tgz]
  1. _impl/
  2. activations/
  3. applications/
  4. backend/
  5. callbacks/
  6. constraints/
  7. datasets/
  8. estimator/
  9. initializers/
  10. layers/
  11. losses/
  12. metrics/
  13. models/
  14. optimizers/
  15. preprocessing/
  16. regularizers/
  17. utils/
  18. wrappers/
  19. __init__.py
  20. BUILD
  21. README.md
tensorflow/python/keras/README.md

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 for complete documentation and user guides.