DP Ca3
DP Ca3
Deep Learning (DL) is a subset of Machine Learning (ML) that uses neural networks with
mul ple layers (deep neural networks) to model complex pa erns in data. It is inspired by
the structure and func on of the human brain. DL is widely used in tasks such as image
recogni on, natural language processing (NLP), and autonomous systems.
Needs high-performance
Computa on Requires less compu ng power.
GPUs/TPUs.
Supervised Learning involves training a neural network using labeled data, where input-
output pairs are known. The network learns a mapping func on to predict outputs based on
inputs.
Example:
Algorithm: Neural network minimizes loss using backpropaga on and op miza on.
4. Unsupervised Learning
Unsupervised Learning deals with training neural networks on unlabeled data. The network
learns hidden pa erns and structures in data.
Examples:
Key Concepts:
Biological Neural Networks (BNNs) refer to the interconnected neurons in the human brain,
which inspired Ar ficial Neural Networks (ANNs).