tree: 964781091951ccbb3c3042dc3d985a240361f34c [path history] [tgz]
  1. applications/
  2. datasets/
  3. engine/
  4. layers/
  5. preprocessing/
  6. utils/
  7. wrappers/
  8. __init__.py
  9. activations.py
  10. activations_test.py
  11. backend.py
  12. backend_test.py
  13. BUILD
  14. callbacks.py
  15. callbacks_test.py
  16. constraints.py
  17. constraints_test.py
  18. initializers.py
  19. initializers_test.py
  20. integration_test.py
  21. losses.py
  22. losses_test.py
  23. metrics.py
  24. metrics_test.py
  25. model_subclassing_test.py
  26. models.py
  27. models_test.py
  28. optimizers.py
  29. optimizers_test.py
  30. README.md
  31. regularizers.py
  32. regularizers_test.py
  33. testing_utils.py
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.