STT-tensorflow/tensorflow/examples/learn
2019-05-24 03:46:12 -07:00
..
BUILD Apply 'buildozer fix moveLicensesAndDistribs movePackageToTop' to all BUILD files. 2019-05-24 03:46:12 -07:00
examples_test.sh Delete out-of-date samples. 2018-10-29 14:31:59 -07:00
iris_custom_decay_dnn.py Replace tf.estimator.inputs with tf.compat.v1.estimator.inputs 2018-11-27 23:57:58 -08:00
iris_custom_model.py Replace tf.estimator.inputs with tf.compat.v1.estimator.inputs 2018-11-27 23:57:58 -08:00
README.md Delete out-of-date samples. 2018-10-29 14:31:59 -07:00

Estimator Examples

TensorFlow Estimators are a high-level API for TensorFlow that allows you to create, train, and use deep learning models easily.

See the Quickstart tutorial for an introduction to the API.

Basics

Techniques