본문 바로가기
Stay Hungry Stay Foolish/ML & DL

[Coursera Deep Learning] Neural Networks and Deep Learning 강의 추천

by HANNI하니 2021. 1. 26.

 

 

 

Welcome - Introduction to deep learning | Coursera

Video created by deeplearning.ai for the course "신경망 및 딥 러닝". Be able to explain the major trends driving the rise of deep learning, and understand where and how it is applied today.

www.coursera.org

what you'll learn

 

gradient descent (기울기 강하) 도입시 -> 기울기 0이면, 러닝 속도 감소 

 

 

2layerNN 표현식들 정리
n개의 트레이닝 샘플에서 벡터화시키는 방법

여기서 활성화함수는 sigmoid함수를 사용한다.

 

가로 : A매트릭스의 n개 트레이닝 샘플 / 세로 : A메트릭스의 인덱스. hidden layer 개수
activation function 활성화함수

 

 

그래서 우리는 RELU(Recified Linear Unit) 함수를 사용한다.

 

 

+ 선형 activation 함수를 사용하는 이유?

예를 들어, 집값을 예측하려고 한다면 y는 0, 1이 아니라 실수가 된다. 만약 y가 이러한 실수를 갖는 경우는 선형 함수를 가져도 괜찮을 수 있다. 

 

DNN
Neural Network and brain

 


 

아래 깃허브에서 DL 강의 수강할때 제출했던 과제와 필기를 확인할 수 있습니다!

https://github.com/yyeongeun/Coursera/tree/master/deeplearning

 

yyeongeun/Coursera

코세라 강의 필기 및 과제. Contribute to yyeongeun/Coursera development by creating an account on GitHub.

github.com

coursera.org/share/e0438cb683e207b1ad4528cf319e0570

댓글