"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "e13b8f5c3616bdc58fa847a848d63acdd416a692"
Unverified Commit c5f625f1 authored by Stanton's avatar Stanton Committed by GitHub
Browse files

Update eager.ipynb fixing typo

fixing typo
parent ea080574
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
" </td></tr>\n", " </td></tr>\n",
"</table>\n", "</table>\n",
"\n", "\n",
"When the model from Figure 2 is trained and fed an unlabeled example, it yields three predictions: the likelihood that this flower is the given Iris species. This prediction is called *[inference](https://developers.google.com/machine-learning/crash-course/glossary#inference)*. For this example, the sum of the output predictions are 1.0. In Figure 2, this prediction breaks down as: `0.03` for *Iris setosa*, `0.95` for *Iris versicolor*, and `0.02` for *Iris virginica*. This means that the model predicts—with 95% probability—that an unlabeled example flower is an *Iris versicolor*." "When the model from Figure 2 is trained and fed an unlabeled example, it yields three predictions: the likelihood that this flower is the given Iris species. This prediction is called *[inference](https://developers.google.com/machine-learning/crash-course/glossary#inference)*. For this example, the sum of the output predictions is 1.0. In Figure 2, this prediction breaks down as: `0.03` for *Iris setosa*, `0.95` for *Iris versicolor*, and `0.02` for *Iris virginica*. This means that the model predicts—with 95% probability—that an unlabeled example flower is an *Iris versicolor*."
] ]
}, },
{ {
......
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