brandonnam.log
로그인
brandonnam.log
로그인
Advanced Learning Algorithms 2: Neural Network Model
brandon
·
2023년 8월 12일
팔로우
0
ML
0
SupervisedML
목록 보기
11/27
1. Neural Network Layer
Each neuron is a logistic regression unit.
The
superscript with square brackets
represent the
n-th hidden layer.
The input to layer 2 is the output from layer 1.
The final output can be thresholded for categorical data.
2. More Complex Neural Networks
subscript for j-th logistic unit,
square bracket superscript for l-th hidden layer activation values.
activation function
is another name for these logictic regression functions.
3. Inference: Making Predictions (forward Propagation)
Making computations from left to right and forwarding the results.
contrasted with
backward propagation
.
Number of hidden units decreases as we get closer to the output layer - common architecture.
brandon
everything happens for a reason
팔로우
이전 포스트
Advanced Learning Algorithms 1: Neural Networks
다음 포스트
Advanced Learning Algorithm 3: Tensorflow Implementation
0개의 댓글
댓글 작성