gitextract_ecdkfdrh/ ├── README.md └── r2/ ├── guide/ │ ├── eager.md │ ├── effective_tf2.md │ ├── keras/ │ │ ├── functional.md │ │ ├── overview.md │ │ └── training_and_evaluation.md │ └── migration_guide.md └── tutorials/ ├── eager/ │ ├── automatic_differentiation.md │ ├── basics.md │ ├── custom_layers.md │ ├── custom_training.md │ ├── custom_training_walkthrough.md │ └── tf_function.md ├── estimators/ │ └── linear.md ├── images/ │ ├── hub_with_keras.md │ ├── intro_to_cnns.md │ ├── segmentation.md │ └── transfer_learning.md ├── keras/ │ ├── basic_classification.md │ ├── basic_regression.md │ ├── basic_text_classification.md │ ├── basic_text_classification_with_tfhub.md │ ├── feature_columns.md │ ├── overfit_and_underfit.md │ └── save_and_restore_models.md ├── quickstart/ │ ├── advanced.md │ └── beginner.md └── text/ ├── image_captioning.md ├── nmt_with_attention.md ├── text_classification_rnn.md ├── text_generation.md ├── transformer.md └── word_embeddings.md