본문 바로가기
AI/DeepLearning

[미래연구소 14기]5주차

by DEV Lee 2020. 8. 2.

https://futurelab.creatorlink.net/

 

미래연구소

AI, 인공지능 Deep Learning beginner 미래연구소 딥러닝 입문 스터디 / 모집인원 : 25명 (선착순 마감) 수강료 : 월 15만원 / (Coursera 강의 수강료 월 5만원 개인결제)

futurelab.creatorlink.net


What is a deep neural network?

- logistic regression은 아주 얕은 모델

- hidden layer가 많을수록 깊은 모델

- 레이어를 세는 방식은 hidden layeㅁ나 센다.

- logistic regression은 1layer NN이다.

 

- 최적의 hyper parameter을 파악해야 한다.

 

C1W4L1~8

C2W1L1~2

 

Deep neural network notation

broadcasting

 

Parameters W and b

$$Z^{[1]}=W^{[1]}x+b^{[1]}$$

$$W^{[1]}:(n^{[1]},n^{[0]})$$

 

 

 

Week4 Assignment

learning rate

# iteration

# layers

# nodes

activation

 

 

parameter vs hyperparameter

 

댓글