Training Mode

Chapter Goals:

  • Set up the regression function’s training code

A. The EstimatorSpec

There are three phases to completing the machine learning model: training, evaluation, and prediction. With TensorFlow, we can easily bundle the three phases into a single function using EstimatorSpec objects for each phase.

The ...

Access this course and 1400+ top-rated courses and projects.