Skip to content

Commit

Permalink
Sync gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nl-hugo committed Jul 3, 2015
1 parent b3c42a1 commit 7ca0380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This function is also known as the mean squared error.
`y = slope * x + intercept + error()`. Cost function arguments _intercept_ and
_slope_ are initialized at 0.

2. _intercept_ and _slope_ are simultaneously computed as:
2. Arguments _intercept_ and _slope_ are simultaneously computed as:
* intercept := intercept - learning rate * partial derivative of the cost function
* slope := slope - learning rate * partial derivative of the cost function

Expand Down

0 comments on commit 7ca0380

Please sign in to comment.