Deep Learning
Deep Learning
Relatively Popular
Neurons are organized in
layers
In DL, neurons are organized in layers.
Input Layer: The input of the model, e.g., pictures and text
Output Layer: The last layer whose outputs are the model results
Hidden Layers: All the layers in between
ow DEEP? -> Depth: [The number of hidden layers] + [Output Layer]
It does NOT have neurons in Input Layer.
Only count the layers WITH NEURONS
Layer size: The number of NEURONS in this layer.
- Layer 1: 3
- Input Layer: 4
(The size of inputs. We may ASSUME that the neurons exist.)
An Example: Handwriting
Recognize digits from images.
- Input: An image of a digit
- Output: What the digit is
An image consists of several points
in TABLE.
In computers,
- Points: pixels
- A pixel has a value, indicating its
grey shade. (Black-White)
Probabilities
of all categories
9 with the
highest
probability
https://www.3blue1brown.com/lessons/neural-networks
Layers Learn Different
Features
Learning Hierarchical Representation:
- A Neural Network uses a MULTI-STAGE way to learn our provided data.
Small parts Larger parts Overall faces