Skip to content

Glossary 용어집

Younghwa Oh edited this page Jan 18, 2024 · 21 revisions

번역할 때 이 단어들을 사용하도록 해요


번역하지 않고 바로 사용할 단어

  • Tiny Shakespeare
  • cuda
  • double q learning
  • q learning
  • Gauss-Newton-Bartlett (GNB)

한글(영어) 이후 한글로 사용할 단어

-transformer 트랜스포머(transformer) -batch 배치(batch)

  • L2-norm L2 노름(L2-norm)
  • binning : 구간화(binning) 주어진 구간에 따라 스칼라 값들을 구분하여 하나의 범주로 분류하는 것입니다.
  • function signature :함수 시그니처(function signature)
  • shard : 샤드(shard) (샤딩을 통해 나눠진 구간)
  • belief mass : 믿음 질량(belief mass)
  • plausibility : 가능성
  • dirichlet strength : 디리클레(dirichlet) 강도
  • bayes risk : 베이즈 위험(bayes risk)

발음으로 표현할 단어

  • hyper parameter 하이퍼 파라미터
  • layer 레이어
  • gradient : 그래디언트
  • parameter 파라미터
  • optimizer 옵티마이저
  • Adam optimizer : Adam 옵티마이저
  • unscale 언스케일
  • half floating precision 반 정밀도
  • token 토큰
  • penality 페널티
  • embedding 임베딩
  • convolution 컨볼루션
  • step 스텝
  • device 디바이스
  • Jansen-Shannon divergence 잰슨-섀넌 다이버전스
  • logit 로짓
  • epoch : 에폭
  • parity : 패리티(parity), 패리티(홀짝성)
  • adaptive computation 어댑티브 연산
  • one-hot encoding : 원-핫 인코딩
  • stride : 스트라이드
  • metric : 메트릭
  • forward : 포워드
  • sharding: 샤딩
  • broadcasting : 브로드캐스팅
  • autograd : 오토그래드
  • Huber loss : 후버 손실
  • multi-head attention : 멀티 헤드 어텐션
  • dropout : 드롭아웃
  • feed-forward : 피드포워드
  • greedy : 그리디, (탐욕)
  • uncertainty : 불확실성

한국어로 번역해서 사용할 단어

  • weight decay 가중치 감쇠
  • learning rate 학습률
  • loss 손실
  • bias 편향
  • loss landscape 손실 공간
  • warm-up 준비
  • shape 크기
  • training (n) 훈련
  • train (v) 학습하다
  • recitification 수정
  • representation 표현
  • configuration 설정, 구성값
  • converge 수렴하다 (수학)
  • feed-forward network : 순방향 신경망
  • activation : 활성화
  • auto-regressive mask 자기 회귀 마스크
  • context : 문맥,
  • adaptive computation 적응형 연산
  • depth-wise : 채널별
  • point-wise : 점별
  • skip-connection : 잔차 연결
  • latent diffusion : 잠재 디퓨전
  • variational : 변분
  • Gaussian mixture : 가우시안 혼합
  • memory footprint : 메모리 공간
  • concatenate : 연결하다
  • fetch : 1. [동사] (데이터베이스에서 데이터를) 가져오다, 검색하다 2. [명사] 데이터 추출
  • discount rate : 감쇄율 (강화학습)
  • discounted-future state distribution : 감쇄된 미래 상태분포
  • config : [명사] 설정값, [동사] 설정하다
  • evidential deep learning : 증거 딥러닝

논의가 필요한 단어

  • spatial transformer: 찌그러트리거나 회전시키는 등의 노이즈가 첨가된 이미지를 통해 적절히 추론하여 적절한 아웃풋을 도출해내는 모듈

pooling : 풀링

  • Earth Mover distance Earth Mover 거리 (딥러닝용어사전 행)

  • Marginal Probability 주변확률

  • parameterized 파라미터로 표현된

  • Kantorovich-Rubinstein duality Kantorovich-Rubinstein 쌍대성 (수학)

  • 1-Lipschitz 1-립시츠

  • clip (weights) - 가중치를 잘라내다?

  • clip loss - 손실을 잘라내다..?

  • Discriminator 판별자 (용어사전행)

  • Generator 생성자 (용어사전 )

  • logging 로깅 (딥러닝 용어사전행)

  • global_step - 글로벌 스텝 (텐서플로우)

  • categorical distribution 범주형 분포(수학)

  • positional encoding

  • deterministic sampling process 결정론적 표본 추출 과정

  • scale 척도(scale)

  • temperature : https://medium.com/@lazyprogrammerofficial/what-is-temperature-in-nlp-llms-aa2a7212e687

  • singleton 싱글톤 패턴, 캐시에서 하나의 인스턴스로 할당하는 것