Skip to content

Commit 07381b7

Browse files
Adding image label and referencing credits
1 parent 4755031 commit 07381b7

File tree

1 file changed

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

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66
layout: learningpathall
77
---
88

9-
## Environment setup for tiny rock-paper-scissors on Arm (PyTorch + ExecuTorch)
9+
## Environment setup for Tiny Rock, Paper, Scissors on Arm (PyTorch + ExecuTorch)
1010

1111

1212

@@ -17,10 +17,12 @@ You will train a lightweight CNN to classify images of the letters R, P, and S a
1717
### What is a Convolutional Neural Network (CNN)?
1818
A Convolutional Neural Network (CNN) is a type of deep neural network primarily used for analyzing visual imagery. Unlike traditional neural networks, CNNs are designed to process pixel data by using a mathematical operation called convolution. This allows them to automatically and adaptively learn spatial hierarchies of features from input images, from low-level features like edges and textures to high-level features like shapes and objects.
1919

20-
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.
20+
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.
21+
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)
2125

22-
![Conceptual CNN diagram alt-text#center](image.png)
23-
[Image credits](https://medium.com/@atul_86537/learning-ml-from-first-principles-c-linux-the-rick-and-morty-way-convolutional-neural-c76c3df511f4)
2426

2527
Common CNN applications include:
2628

0 commit comments

Comments
 (0)