Skip to content

Commit 185dac6

Browse files
authored
Update README.rst
1 parent 1be55e5 commit 185dac6

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorials/2-basics_in_machine_learning/linear_regression

1 file changed

+1
-1
lines changed

docs/tutorials/2-basics_in_machine_learning/linear_regression/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In order to train the model, the TensorFlow loops through the data and
3838
it should find the optimal line (as we have a linear model) that fits
3939
the data. The linear relationship between two variables of X, Y is
4040
estimated by designing an appropriate optimization problem for which the requirement
41-
is a proper loss function. The dataset is available from the
41+
is a proper loss function. The dataset is available from the
4242
`Stanford course CS
4343
20SI <http://web.stanford.edu/class/cs20si/index.html>`__: TensorFlow
4444
for Deep Learning Research.

0 commit comments

Comments
 (0)