Home/AI/ML Notes/Deep Learning and Machine Learning/DL Basics & CNN Essentials
⌂ Main Page
Deep Learning and Machine Learning

DL Basics & CNN Essentials

Deep-learning theory fundamentals and convolutional networks.

DL Basics

DL = Subset of ML based on neural networks. Each layer transforms its inputs into progressively higher-level features. Deep networks = neural networks with multiple hidden layers.

Neural networks are “universal approximators” - with enough layers and neurons, they can represent almost any function.

Popular Architectures:

Core Building Blocks

Activation Functions

Optimization & Training

Training Challenges

Neural Network Layers & Operations

CNN Essentials
CNNs use convolutions (with stride, padding, and multiple filters), pooling, and fully connected layers to progressively learn and combine features, making them the dominant method for visual recognition tasks.

Introduction

Architecture

Key Components

Pooling Layers

Fully Connected Layers

Image for post