Posts by Category

DL Short Notes

데이터 시각화

0. 들어가기에 앞서 아래 강의는 안수빈 서울대학교 컴퓨터공학과 석박과통합과정 학생의 부스트 캠프 강의를 요약하여 개인적인 첨언을 담은 포스트입니다

Transformer Short Note

Tramsformer: To solve the problem in dealing with sequential data; the input often changes in sequence and length Recursive x attententive o Encoder (...

Sequential Short Note

Sequential Model: Problem: does not know about the dimension of the input Naive Sequence Model: Consider all information from the past. Probl...

Back to top ↑

MRC

Advanced Topis in MRC

1. Closed-book QA Popular approaches such as MRC and Open-domain QA are allowed to use supporting documents outside of the model New approaches have tri...

Elastic Search Summary

1. Types of Retrieval Boolean Retrieval: retrieves a document if it includes specified word Rank Retrieval: specify a weight for terms. The weight for w...

Back to top ↑

Deep Learning Visualization

Basic Weight and Biases with Code

Weight and Biases Easy to share the experiemnt with other people! can track hardware status install with pip !pip install wandb -q make ...

Basic Tensorboard with Code

Tensorboard Supports PyTorch Shows scalars (accuracy, loss etc) Shows the computational graph Shows the histogram of weights

Back to top ↑

NLP

Back to top ↑

Math

부스팅 (Boosting) 개념 이해하기 쉬운 수식 정리

Boosting 은 모델을 순차적으로 결합하는 모델 합성 방식이다. 첫 부스팅 알고리즘인 AdaBoost가 등장한 지 20년이 넘었기 때문에 구체적인 알고리즘은 모델마다 크게 다르지만, 순차적으로 이전 모델들의 오답에 유의하여 새 모델을 학습하는 아이디어는 동일하다.

Back to top ↑

Paper Review

Back to top ↑

Competition

Back to top ↑