Skip to content

Commit 21cc2f4

Browse files
WiemBorchaniNishkarshRaj
authored andcommitted
Update Deep Learning README.md
I have updated the Deep Learning readme in order to help understanding the topic before digging into it .
1 parent 303babc commit 21cc2f4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

9_Deep_Learning/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
## Deep Learning
2+
<br>
3+
Deep learning is a machine learning technique that teaches computers to do what comes naturally to humans.It's a key technology behind driverless cars, enabling them to recognize a stop sign, or to distinguish a pedestrian from a lamppost.
4+
<br>
5+
1. Deep learning requires large amounts of labeled data.
6+
<br>
7+
2.Deep learning requires substantial computing power.
8+
<br> <br>
9+
10+
### What's the difference between deep learning and Machine Learning?
11+
<br>
12+
Machine learning and deep learning are both types of AI. In short, machine learning is AI that can automatically adapt with minimal human interference. Deep learning is a subset of machine learning that uses artificial neural networks to mimic the learning process of the human brain.
13+
<br> <br>
14+
15+
### Here we have two types of neural network:
216

317
[1. Artificial Neural Networks (ANN)](Artificial_Neural_Networks)
418

519
[2. Convolutional Neural Networks (CNN)](Convolutional_Neural_Networks)
6-

0 commit comments

Comments
 (0)