- TensorFlow 1.x Deep Learning Cookbook
- Antonio Gulli Amita Kapoor
- 44字
- 2025-04-04 17:46:45
Getting ready
Our goal is to predict the house price given in the last column (MEDV). In this recipe, we load the dataset from the TensorFlow Contrib dataset directly. We optimize the coefficients for an inpidual training sample using the stochastic gradient descent optimizer.