A "smll" typo fix (#339)

Get it? 

🦗

I'll be here all night.
This commit is contained in:
Nelson Chen 2020-11-29 06:04:09 -08:00 committed by GitHub
parent 2d72ffdee1
commit b8b6b02aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5757,7 +5757,7 @@
"|=====\n",
"| Term | Meaning\n",
"|ReLU | Function that returns 0 for negative numbers and doesn't change positive numbers.\n",
"|Mini-batch | A smll group of inputs and labels gathered together in two arrays. A gradient descent step is updated on this batch (rather than a whole epoch).\n",
"|Mini-batch | A small group of inputs and labels gathered together in two arrays. A gradient descent step is updated on this batch (rather than a whole epoch).\n",
"|Forward pass | Applying the model to some input and computing the predictions.\n",
"|Loss | A value that represents how well (or badly) our model is doing.\n",
"|Gradient | The derivative of the loss with respect to some parameter of the model.\n",
@ -5885,4 +5885,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}