Skip to content

Commit e05343a

Browse files
Removed image for copyright reasons
1 parent 07381b7 commit e05343a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

content/learning-paths/embedded-and-microcontrollers/training-inference-pytorch/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Edge AI on Arm with PyTorch and ExecuTorch: Tiny Rock, Paper, Scissors"
2+
title: "Edge AI on Arm: PyTorch and ExecuTorch Rock Paper Scissors"
33

44
minutes_to_complete: 60
55

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Environment Setup
2+
title: Set up your environment
33
weight: 2
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

9-
## Environment setup for Tiny Rock, Paper, Scissors on Arm (PyTorch + ExecuTorch)
9+
## Set up your environment for Tiny Rock, Paper, Scissors on Arm (PyTorch + ExecuTorch)
1010

1111

1212

@@ -19,11 +19,6 @@ A Convolutional Neural Network (CNN) is a type of deep neural network primarily
1919

2020
A convolutional neural network (CNN) is a deep neural network designed to analyze visual data using the *convolution* operation. CNNs learn spatial hierarchies of features - from edges and textures to shapes and objects - directly from pixels.
2121

22-
![Conceptual diagram of a convolutional neural network alt-text#center](image.png "Conceptual CNN diagram")
23-
24-
Image credits: [Medium article](https://medium.com/@atul_86537/learning-ml-from-first-principles-c-linux-the-rick-and-morty-way-convolutional-neural-c76c3df511f4)
25-
26-
2722
Common CNN applications include:
2823

2924
- Image classification: identify the main object in an image, such as classifying a photo as a cat or dog

0 commit comments

Comments
 (0)