STT-tensorflow/tf/tensorflow/python/keras
2021-01-21 15:40:33 -08:00
..
api initial 2021-01-21 09:06:36 -08:00
applications initial 2021-01-21 09:06:36 -08:00
benchmarks initial 2021-01-21 09:06:36 -08:00
datasets initial 2021-01-21 09:06:36 -08:00
distribute sync to master 2021-01-21 15:40:33 -08:00
engine sync to master 2021-01-21 15:40:33 -08:00
estimator initial 2021-01-21 09:06:36 -08:00
feature_column initial 2021-01-21 09:06:36 -08:00
initializers initial 2021-01-21 09:06:36 -08:00
integration_test sync to master 2021-01-21 15:40:33 -08:00
layers sync to master 2021-01-21 15:40:33 -08:00
legacy_tf_layers initial 2021-01-21 09:06:36 -08:00
mixed_precision initial 2021-01-21 09:06:36 -08:00
optimizer_v2 sync to master 2021-01-21 15:40:33 -08:00
premade initial 2021-01-21 09:06:36 -08:00
preprocessing initial 2021-01-21 09:06:36 -08:00
protobuf initial 2021-01-21 09:06:36 -08:00
saving sync to master 2021-01-21 15:40:33 -08:00
tests initial 2021-01-21 09:06:36 -08:00
type initial 2021-01-21 09:06:36 -08:00
utils sync to master 2021-01-21 15:40:33 -08:00
wrappers initial 2021-01-21 09:06:36 -08:00
__init__.py initial 2021-01-21 09:06:36 -08:00
activations_test.py initial 2021-01-21 09:06:36 -08:00
activations.py initial 2021-01-21 09:06:36 -08:00
backend_config_test.py initial 2021-01-21 09:06:36 -08:00
backend_config.py initial 2021-01-21 09:06:36 -08:00
backend_test.py initial 2021-01-21 09:06:36 -08:00
backend.py initial 2021-01-21 09:06:36 -08:00
BUILD initial 2021-01-21 09:06:36 -08:00
callbacks_test.py initial 2021-01-21 09:06:36 -08:00
callbacks_v1_test.py initial 2021-01-21 09:06:36 -08:00
callbacks_v1.py initial 2021-01-21 09:06:36 -08:00
callbacks.py initial 2021-01-21 09:06:36 -08:00
combinations_test.py initial 2021-01-21 09:06:36 -08:00
combinations.py sync 2021-01-21 11:12:44 -08:00
constraints_test.py initial 2021-01-21 09:06:36 -08:00
constraints.py initial 2021-01-21 09:06:36 -08:00
initializers_test.py initial 2021-01-21 09:06:36 -08:00
keras_parameterized_test.py sync 2021-01-21 11:12:44 -08:00
keras_parameterized.py sync 2021-01-21 11:12:44 -08:00
losses_test.py initial 2021-01-21 09:06:36 -08:00
losses.py initial 2021-01-21 09:06:36 -08:00
metrics_confusion_matrix_test.py initial 2021-01-21 09:06:36 -08:00
metrics_correctness_test.py initial 2021-01-21 09:06:36 -08:00
metrics_functional_test.py initial 2021-01-21 09:06:36 -08:00
metrics_test.py initial 2021-01-21 09:06:36 -08:00
metrics.py initial 2021-01-21 09:06:36 -08:00
models_test.py initial 2021-01-21 09:06:36 -08:00
models.py sync to master 2021-01-21 15:40:33 -08:00
optimizer_v1.py initial 2021-01-21 09:06:36 -08:00
optimizers_test.py initial 2021-01-21 09:06:36 -08:00
optimizers.py initial 2021-01-21 09:06:36 -08:00
README.md initial 2021-01-21 09:06:36 -08:00
regularizers_test.py initial 2021-01-21 09:06:36 -08:00
regularizers.py initial 2021-01-21 09:06:36 -08:00
testing_utils.py initial 2021-01-21 09:06:36 -08:00

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.