Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 956 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 956 Bytes

Deep Learning


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.
1. Deep learning requires large amounts of labeled data.
2.Deep learning requires substantial computing power.

What's the difference between deep learning and Machine Learning?


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.

Here we have two types of neural network:

1. Artificial Neural Networks (ANN)

2. Convolutional Neural Networks (CNN)