Computer Vision Ch.7

송종빈·2023년 6월 20일
0

23-1

목록 보기
31/31

Neural networks

Components of a neuron: weights, biases; trainable/learnable parameters


x(t)x^{(t)} : 제곱 아님. t번째라는 뜻
sign()sign() : 0보다 크거나 같으면 +1 / 0보다 작으면 -1
xn(t)x_{n}^{(t)} : w에 대한 미분 (ddw(wx)=x\frac{d}{dw} (wx) = x)
yty_{t} : 얼마만큼 조정?
1[y(t)y^(t)]1[y^{(t)} \neq \hat{y}^{(t)}] : 조정 필요한지 여부 확인

Neural network

dimensions of input/output, weights, bias; trainable/learnable parameters

forward propagation

backward propagation (i.e. gradient propagation and parameter updates)

Activation functions: sigmoid, tanh, ReLU, softmax

Regression vs classification objective

L2 loss, L1 loss, cosine loss

Cross-entropy loss, one-hot encoding

profile
Student Dev - Language Tech & Machine Learning

0개의 댓글