FAST (Features from Accelerated Segment Test)

Vision 관련 글 목차 논문 : https://www.edwardrosten.com/work/rosten_2006_machine.pdf 참조 : https://medium.com/data-breach/introduction-to-fast-features-from-accelerated-segment-test-4ed33dde6d65 Vision 관련 글 목차

1 minute read

센터넷, CenterNet (Objects as Points)

Detection 관련 글 목록 참조 : Objects as Points (https://arxiv.org/abs/1904.07850) 참조 : https://youtu.be/mDdpwe2xsT4 참조 :...

5 minute read

딥러닝에서의 다양한 Normalization 방법

deep learning 관련 글 목차 참조 : https://mlexplained.com/2018/11/30/an-overview-of-normalization-methods-in-deep-learning/ 참조 : https://ocw.mit.edu/resources/res-6-007-signals-and-systems-spring-2011/ 참조 : https://youtu.be/rVBfM0A3oWY 목차...

3 minute read

Transformer 모델 (Attention is all you need)

deep learning 관련 글 목차 참조 : https://youtu.be/Yk1tV_cXMMU 참조 : https://youtu.be/xhY7m8QVKjo 참조 : https://charon.me/posts/pytorch/pytorch_seq2seq_6/ 참조...

24 minute read

Attention 메커니즘의 이해

deep learning 관련 글 목차 참조 : Neural Machine Translation by Jointly Learning to Align...

9 minute read

sparse matrix (희소 행렬)와 CSR(Compressed Sparse Row)

선형대수학 글 목차 참조 : https://en.wikipedia.org/wiki/Sparse_matrix#:~:text=The%20compressed%20sparse%20row%20(CSR,row%20indices%2C%20hence%20the%20name. 이번 글에서는 sparse matrix의 개념에 대하여 알아보도록 하겠습니다. sparse...

3 minute read