December 2017
Intermediate to advanced
536 pages
14h 23m
English
From the plot, we can see that our simple linear regressor tries to fit a linear line to the given dataset:

In the following graph, we can see that as our model learned the data, the loss function decreased, as was expected:

The following is the TensorBoard graph of our simple linear regressor:

The graph has two name scope nodes, Variable and Variable_1, they are the high-level nodes representing bias and weights respectively. ...
Read now
Unlock full access