Slide 7
Slide 7 text
© 2023, Amazon Web Services, Inc. or its affiliates.
Deep Learning – 무수히 많은 가중치(Weight) 계산!
Data Model
ML
Algorithm
숫자
0, 1, 2,..
0.01, 0.02,..
001, 010, 011, ..
model
{w1
, w2
, …, wn
, b}
f(x) = w1
*x1
+ w2
*x2
+ … + wn
*xn
+ b
= W*x + b
ML 알고리즘은 Numeric data로 f(x)라는 식(모델)의 매개변수(w1
, w2
, …, b)를 추정 하는 방법
인공 뉴런 Deep Neural Network Model