Unverified Commit 7edabac6 authored by Billy Lamberta's avatar Billy Lamberta Committed by GitHub
Browse files

Merge pull request #5155 from staff0rd/patch-4

Docs: Grammar fix
parents d089975f 1c71a8d3
......@@ -267,7 +267,7 @@
"\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",
"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