Navigating TensorFlow Estimator Documentation
Sunday May 21, 2017
The TensorFlow documentation keeps improving, but it can still be hard to find what you're looking for. Here's a way of organizing Estimators or tf.contrib.learn
documentation, from high-level to low-level:
- Using Estimators (already made or "canned")
- Aspects of using Estimators
- Making your own Estimator
- Lower-level API than Estimators