Skip to content

Commit c31ab36

Browse files
committed
Update tense
1 parent 4672a8e commit c31ab36

File tree

1 file changed

+3
-3
lines changed
  • content/learning-paths/embedded-and-microcontrollers/training-inference-pytorch

1 file changed

+3
-3
lines changed

content/learning-paths/embedded-and-microcontrollers/training-inference-pytorch/env-setup-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Typical CNN architecture by Aphex34, licensed under
2222

2323
Common CNN applications include:
2424

25-
- Image classification: identifying the main object in an image, such as classifying a photo as a cat or dog
26-
- Object detection: locating specific objects in an image and draw bounding boxes
27-
- Facial recognition: identifying or verify individuals based on facial features
25+
- Image classification: identify the main object in an image, such as classifying a photo as a cat or dog
26+
- Object detection: locate specific objects in an image and draw bounding boxes
27+
- Facial recognition: identify or verify individuals based on facial features
2828

2929
For the rock-paper-scissors game, you use a tiny CNN to classify the letters R, P, and S as the corresponding hand gestures.
3030

0 commit comments

Comments
 (0)