Data Science/Deep Learning
[Intro to Deep Learning] Deep Neural Networks
Summary * Neural networks 구축하는 방법 살펴보기 * Liner Unit을 결합/수정하여 복잡한 관계를 지닌 모델화하는 방법 살펴보기 [Intro to Deep Learning] A Single Neuron Layers 신경망은 일반적으로 뉴런들이 포함한 layers로 구성되어 있음. 같은 입력 세트를 가진 Linear Unit을 모이면 Dense Layer가 됨. Activation Function 신경망은 선형 함수만 학습할 수 있음. 하지만 현실에서는 비선형(nonlinear)인 것이 대부분임. 비선형을 학습하려면 Activation Function 필요함. 일반적인 것은 Rectifier Function 임. max(0,x) Linear Unit에 Rectifier를 붙이면 R..
2022. 9. 6. 01:33
최근댓글