STT-tensorflow/tensorflow/examples/learn/README.md
A. Unique TensorFlower 1b114bf111 Delete out-of-date samples.
PiperOrigin-RevId: 219193262
2018-10-29 14:31:59 -07:00

17 lines
540 B
Markdown

# 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](https://www.tensorflow.org/get_started/estimator)
for an introduction to the API.
## Basics
* [Building a Custom Model](https://www.tensorflow.org/code/tensorflow/examples/learn/iris_custom_model.py)
## Techniques
* [Deep Neural Network with Customized Decay Function](https://www.tensorflow.org/code/tensorflow/examples/learn/iris_custom_decay_dnn.py)