-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jargon / glossary 의미 정리 #20
Comments
transduction problems / transduction model / transductive model (machine learning)통계학에서는 다음의 인용구가 유명한가 봄.
어떤 문제를 풀기 위해 또 다른 일반적인 문제를 풀려고 하지말고, 궁극적으로 풀어야 하는 문제에 대한 답을 얻기 위해 노력하라는 뜻인데. 이게 머신러닝에서는 무슨 뜻일까? End-to-End learning과 유사한 의미로 받아들일 수 있을 것 같다.
machine translation은 transduction problem이다.
transductive learning 의 예시
inductive learning의 예시:
논문의 내용과의 연결transformer의 이름과 연관지을 수 있다고 생각. transformer는 transduction 문제를 보다 더 잘 풀기 위해서 고안된 모델인데, transduction 문제가 하나의 입력 시퀀스를 또 다른 형태의 출력 시퀀스로 "transform"하는 문제이므로, 그런 의미에서 "transformer"라고 이름을 지은 것 같다. reference
|
Sinusoids사인함수와 코사인 함수를 모두 함께 일컫는 말. 두 함수의 개형은 결국 동일하므로, 그런 의미에서 둘을 모두 일컫는 단어가 필요한데, 그럴 때 쓰는 게 sinusoids. 즉, "a sinusoid"라는 말은 "sine 함수 or cosine 함수"라는 뜻이라고 생각하면된다. 형용사로 쓰일 경우에는 sinusoidal이라고 부른다. 논문에서
references |
Positional Encodings의미
related: positional embeddings. 논문에서
references |
Residual ConnectionResNet 공부할 때 배웠던 것과 연결되는 부분. |
Compatible functions실제 함수 대신에 사용할 수 있는 함수. compatible numbers가 어떤 숫자를 일컫는지 이해하면 compatible functions는 바로 무엇을 뜻하는지 이해할 수 있음. references |
BLEU번역 모델에 주로 사용되는 성능 평가 지표. |
Factorization Trickhttps://arxiv.org/pdf/1703.10722.pdf |
WMT번역 모델을 위한 데이터셋. |
Desiderata어떠한 것을 이루기 위해 충족해야 하는 조건. synonyms: requirements 논문에서
references |
Transformer이 논문에서 제시한 모델의 이름. |
Adam Optimizer그 Adam 맞습니다. |
Scaled Dot-Product Attention, Multi-Head Attention따로 설명. |
jargon 리스트
Framework
The text was updated successfully, but these errors were encountered: