Skip to content

Commit f69f7cd

Browse files
authored
Merge pull request #2382 from dominica-of/lp2
Update CNN image with licensed version
2 parents e877de7 + e8d0e97 commit f69f7cd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ You will train a lightweight CNN to classify images of the letters R, P, and S a
1515
### What is a Convolutional Neural Network (CNN)?
1616
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.
1717

18-
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.
18+
![CNN architecture](typical_cnn.png)
19+
20+
Typical CNN architecture by Aphex34, licensed under
21+
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
1922

2023
Common CNN applications include:
2124

Binary file not shown.
124 KB
Loading

0 commit comments

Comments
 (0)