TensorFlow 1.x Deep Learning Cookbook
上QQ阅读APP看书,第一时间看更新

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.