상세 컨텐츠

본문 제목

0123

SKT fly ai challenger

by jii 2025. 1. 23. 16:53

본문

<RNN>

  • 시계열 데이터의 시간 속성을 충분히 이용하기 위해
  • RNN 학습은 BPTT로

  • Vanishing gradient problem 발생
  • Sol : RNN Variants -> 1,2,3

1. LSTM

 

(*cell : 장기기억)

 

*gate 4가지

 

 

(1) forget 

 

 

(2) input

 

 

(3) output

 

 


 

2. GRU

 

->LSTM과 비슷

 

 

(1) update

 

 

(2) reset

 

 

(3) memory candidate

 

(4) final memory


 

3. ReLU

 

->생각보다 (-)

 


RNN Models.pdf
9.86MB
RNN_LSTM_GRU(최종).pdf
3.82MB

 

 

 


https://drive.google.com/file/d/1FzOrIIOPr2AM0klKj6ig9C0--ajtC3a8/view?usp=sharing

 

Image Segmentation with GrabCut Algorithm.ipynb

Colab notebook

drive.google.com

https://drive.google.com/file/d/1GDiLbPsoMguuiqVhFw0lW_Lx-dn2o0p3/view?usp=sharing

 

Image Segmentation with Watershed.ipynb

Colab notebook

drive.google.com

https://drive.google.com/file/d/1FyMRHzMsKBERiQ7H7k-cL9IRPSV2bj0o/view?usp=sharing

 

OpenCV영상처리_프로젝트.ipynb

Colab notebook

drive.google.com

 

'SKT fly ai challenger' 카테고리의 다른 글

0125  (0) 2025.01.25
0124  (0) 2025.01.24
0122  (0) 2025.01.23
0121  (0) 2025.01.21
0120  (0) 2025.01.20

관련글 더보기

댓글 영역