In this deep learning lesson we’re doing an implementation of linear regression in TensorFlow. This allows us to understand how a typical simple or complex deep learning project might look. Here we’re generating some data and some weights and bias. The weights and the bias will serve as our output. Then we create a graph
Published on March 15, 2018 04:41