Skip to content

Commit 24f960d

Browse files
Updates
1 parent db9c11b commit 24f960d

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

17-
![Image of a convolutional neural network architecture](image.png)
18-
[Image credits](https://medium.com/@atul_86537/learning-ml-from-first-principles-c-linux-the-rick-and-morty-way-convolutional-neural-c76c3df511f4).
17+
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.
1918

2019
CNNs are the backbone of many modern computer vision applications, including:
2120

0 commit comments

Comments
 (0)