mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20:48 +00:00
fix minor typo
replaces "model model" with "model"
This commit is contained in:
parent
ca670e712b
commit
d5421c1230
@ -1419,7 +1419,7 @@
|
|||||||
"We can now see some critically important things about training a deep learning model:\n",
|
"We can now see some critically important things about training a deep learning model:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- A model can not be created without data;\n",
|
"- A model can not be created without data;\n",
|
||||||
"- A model model can only learn to operate on the patterns seen in the input data used to train it;\n",
|
"- A model can only learn to operate on the patterns seen in the input data used to train it;\n",
|
||||||
"- This learning approach only creates *predictions*, not recommended *actions*;\n",
|
"- This learning approach only creates *predictions*, not recommended *actions*;\n",
|
||||||
"- It's not enough to just have examples of input data; we need *labels* for that data too (e.g. pictures of dogs and cats aren't enough to train a model; we need a label for each one, saying which ones are dogs, and which are cats).\n",
|
"- It's not enough to just have examples of input data; we need *labels* for that data too (e.g. pictures of dogs and cats aren't enough to train a model; we need a label for each one, saying which ones are dogs, and which are cats).\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user