Unverified Commit 1c71a8d3 authored by Stafford Williams's avatar Stafford Williams Committed by GitHub
Browse files

grammar fix

parent d089975f
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
"\n", "\n",
"To find an appropriate model size, it's best to start with relatively few layers and parameters, then begin increasing the size of the layers or adding new layers until you see diminishing returns on the validation loss. Let's try this on our movie review classification network. \n", "To find an appropriate model size, it's best to start with relatively few layers and parameters, then begin increasing the size of the layers or adding new layers until you see diminishing returns on the validation loss. Let's try this on our movie review classification network. \n",
"\n", "\n",
"We'll create a simple model using only ```Dense``` layers, then well a smaller version, and compare them." "We'll create a simple model using only ```Dense``` layers as a baseline, then create smaller and larger versions, and compare them."
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment