diff --git a/4-manufacturing/lessons/1-train-fruit-detector/README.md b/4-manufacturing/lessons/1-train-fruit-detector/README.md index 70cf7034..8b2d95d2 100644 --- a/4-manufacturing/lessons/1-train-fruit-detector/README.md +++ b/4-manufacturing/lessons/1-train-fruit-detector/README.md @@ -208,4 +208,4 @@ Try it out and see what the predictions are. ## Assignment -[](assignment.md) +[Train your classifier for multiple fruits and vegetables](assignment.md) diff --git a/4-manufacturing/lessons/1-train-fruit-detector/assignment.md b/4-manufacturing/lessons/1-train-fruit-detector/assignment.md index da157d5c..a6e9536f 100644 --- a/4-manufacturing/lessons/1-train-fruit-detector/assignment.md +++ b/4-manufacturing/lessons/1-train-fruit-detector/assignment.md @@ -1,9 +1,16 @@ -# +# Train your classifier for multiple fruits and vegetables ## Instructions +In this lesson you trained an image classifier to be able to distinguish between ripe and unripe fruits, but only using one type of fruit. A classifier can be trained to recognize multiple fruits, with varying rates of success depending on the type of fruit and the difference between ripe and unripe. + +For example, with fruits that change color when they ripen, image classifiers might be less effective than a color sensor as they usually work on grey scale images instead of full color. + +Train your classifier with other fruits to see how well it works, especially when fruits look similar. For example, apples and tomatoes. + ## Rubric | Criteria | Exemplary | Adequate | Needs Improvement | | -------- | --------- | -------- | ----------------- | -| | | | | +| Train the classifier for multiple fruits | Was able to train the classifier for multiple fruits | Was able to train the classifier for one additional fruit | Was unable to train the classifier for more fruits | +| Determine how well the classifier works | Was able to comment correctly on how well the classifier worked with different fruits | Was able to observe and offer suggestions as to how well it was working | Was unable to comment on how well the classifier worked | diff --git a/images/Diagrams.sketch b/images/Diagrams.sketch index 47f24417..322ab07c 100644 Binary files a/images/Diagrams.sketch and b/images/Diagrams.sketch differ