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