What is Deep Learning

Photo by David Boca on Unsplash

What is Deep Learning

Deep learning is a subfield of ai and ml which is inspired by the structure of a human brain.

Deep Learning algorithms draw a similar conclusion as a human would by constantly analyzing data with a given local structure called a neural network.

Why is dl getting so famous?

  1. Applicability

  2. Performance

Difference between DL and ML ?

Data Dependency:

Deep learning needs more data for learning

Hardware Dependency:

Need GPU for training because complex matrix multiplication is happening.

Training Time:

It is high in deep learning.

Feature Selection:

DL automatically selects relevant features from data.

Interpretability:

DL models are not interpretable because features are selected automatically.

Why has DL become famous now?

DL become so famous now because of:

  • Datasets

  • Frameworks

  • Community

  • Architecture

  • Hardware

Ready to use Models ?

  • Image classification - ResNET

  • Text classification - BERT

  • Image Segmenting - UNet

  • Image translation - Pix2Pix

  • Object Detection - YOLO

  • Speech Generation - WaveNET