Merge pull request #38 from alephthoughts/master

Fixed minor typos
This commit is contained in:
Jeremy Howard 2020-03-15 12:07:41 -07:00 committed by GitHub
commit 9e21e87fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3164,7 +3164,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can use these gradients to improve our parameters. We'll need to pick a learning rate (we'll discuss how to do that in practice in the next chapter; for now we'll just pick `1.0`):"
"We can use these gradients to improve our parameters. We'll need to pick a learning rate (we'll discuss how to do that in practice in the next chapter; for now we'll just pick `1e-5`(0.00001)):"
]
},
{