Skip to content

Commit d9ab121

Browse files
authored
Update IntroToCNNs.md
1 parent f89ffbd commit d9ab121

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

contrib/machine-learning/IntroToCNNs.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@
2525

2626
</details>
2727

28+
<table>
29+
<tr><th>Table 1 Heading 1 </th><th>Table 1 Heading 2</th></tr>
30+
<tr><td>
31+
32+
|Table 1| Middle | Table 2|
33+
|--|--|--|
34+
|a| not b|and c |
35+
36+
</td><td>
37+
38+
|b|1|2|3|
39+
|--|--|--|--|
40+
|a|s|d|f|
41+
42+
</td></tr> </table>
43+
2844
## Introduction
2945

3046
Convolutional Neural Networks (CNNs) are a specialized type of artificial neural network designed primarily for processing structured grid data like images. CNNs are particularly powerful for tasks involving image recognition, classification, and computer vision. They have revolutionized these fields, outperforming traditional neural networks by leveraging their unique architecture to capture spatial hierarchies in images.

0 commit comments

Comments
 (0)