728x90
Deep L-Layer Neural Network (C1W4L01)
심층 신경망이란 무엇일까?
- 아래의 그림에는 로지스틱회귀, 은닉층이 1개(2층), 2개(3층), 5개(6층)인 신경망
- 로지스틱 회귀 모델은 얕은 모델(1층 신경망)이지만, 6층 신경망은 비교적 깊다.
심층 신경망 표기법
- 아래의 그림은 4층 신경망
- L = 4, n^[l] = 해당 레이어의 유닛개수 (ex : n^[0] = n_x = 3, n^[1] = 5, n^[3] = 3)
- a^[l] = 해당 레이어의 활성 결과
300x250
'컴퓨터과학 > 딥러닝 AI Andrew Ng' 카테고리의 다른 글
C1W4L03 Getting Matrix Dimensions Right (0) | 2021.04.29 |
---|---|
C1W4L02 Forward Propagation in a Deep Network (0) | 2021.04.29 |
C1W3L09 Gradient Descent For Neural Networks (0) | 2021.04.29 |
C1W3L05 Explanation For Vectorized Implementation (0) | 2021.04.29 |
C1W3L04 Vectorizing Across Multiple Examples (0) | 2021.04.23 |