Skip to content

Commit

Permalink
Changing learning rate.
Browse files Browse the repository at this point in the history
  • Loading branch information
luisguiserrano authored Nov 20, 2017
1 parent 379ad09 commit d9acb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linear-regression/Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"outputs": [],
"source": [
"epochs = 1000\n",
"learning_rate = 0.01\n",
"learning_rate = 0.001\n",
"\n",
"# TODO: Finish the code for this function\n",
"def linear_regression(x, y):\n",
Expand Down

0 comments on commit d9acb6a

Please sign in to comment.