brandonnam.log
로그인
brandonnam.log
로그인
Advanced Learning Algorithms 1: Neural Networks
brandon
·
2023년 8월 11일
팔로우
0
ML
0
SupervisedML
목록 보기
10/27
1. Demand Prediction
The features are combined to represent a factor that determines the output, which are then combined to output a single value.
These factors are known as
activations
.
Could be said that the vectors become a scalar value in the end.
Each layer has single or multiple
neurons
.
The layer with features are known as
input layer
.
The layers that compute values in the middle are
hidden layers
.
The layer with the final output is known as
output layer
.
There could be multiple hidden layers.
The
neural network
with multiple layers is known as
multilayer perceptron
.
2. Example: Face Recognition
The picture's pixels with intensity values are spread out in a vector for input layer.
The neural network starts from recognizing smaller regions of the pic to bigger.
These feature detectors for hidden layers are learnt all by itself.
Activations are "higher level features".
Recognizing a car also takes similar steps.
Starting with smaller parts of the car to bigger.
brandon
everything happens for a reason
팔로우
이전 포스트
ML 9: The Problem of Overfitting
다음 포스트
Advanced Learning Algorithms 2: Neural Network Model
0개의 댓글
댓글 작성