tree: e1d44ba68f1db9da48a1a57455980763a61ab4be [path history] [tgz]
  1. _impl/
  2. activations/
  3. applications/
  4. backend/
  5. callbacks/
  6. constraints/
  7. datasets/
  8. initializers/
  9. layers/
  10. losses/
  11. metrics/
  12. models/
  13. optimizers/
  14. preprocessing/
  15. regularizers/
  16. utils/
  17. wrappers/
  18. __init__.py
  19. BUILD
  20. 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.