본문으로 건너뛰기

Vocabulary for AI 008

· 약 3분

Vocabulary & Expressions

Term/ExpressionDefinitionSimpler ParaphraseMeaning
invariancethe quality of remaining unchanged when something else changesunchangingness불변성
disjunctiona logical operation that outputs true whenever at least one of its inputs is trueor operation논리합, OR
convergencethe process of coming together to a common pointcoming together수렴
impracticallynot in a practical or realistic mannernot practical비현실적으로
receptora cell or group of cells that receives stimuli and transmits them to sensory nervessensor수용체, 감각기
sensationthe process of sensing our environment through touch, taste, sight, sound, and smellfeeling감각
diffusespread out over a large area; not concentratedspread out확산되다
albedothe proportion of the incident light or radiation that is reflected by a surfacereflectivity반사율
color constancythe feature of the human color perception system which ensures that the perceived color of objects remains relatively constant under varying illumination conditionsconsistent color perception색채 항등성
occlusionthe blocking of light or other radiation by an objectblockage폐색, 차폐
deformationthe action or process of changing in shape or distorting, especially through the application of pressuredistortion변형
foreshorteningthe visual effect or optical illusion that causes an object or distance to appear shorter than it actually is because it is angled toward the viewerperspective shortening단축, 단축법
courtesyprovided at no costfree of charge무료 제공
apprenticeship learninga type of learning where an agent learns to perform tasks by observing and imitating a more experienced agentlearning by imitation도제 학습
consolidatemake (something) physically stronger or more solidstrengthen강화하다
aquamarinea light bluish-green colorlight blue-green아쿠아마린
fulvousa dull yellowish-brown colordull yellow-brown황갈색의
verbatimin exactly the same words as were used originallyword for word말 그대로, 축어적으로
lexiconthe vocabulary of a person, language, or branch of knowledgevocabulary어휘집
adherentsomeone who supports a particular party, person, or set of ideassupporter지지자
syntactic consitituenta word or a group of words that function as a single unit within a hierarchical structuresentence unit구문 성분
pragmaticsthe branch of linguistics dealing with language in use and the contexts in which it is usedlanguage use화용론
casea grammatical category that marks the relationship between a noun and other words in a sentencegrammatical role
persona grammatical category that distinguishes between different participants in a conversation (e.g., first person, second person, third person)participant distinction인칭
numbera grammatical category that expresses count distinctions (e.g., singular, plural)count distinction
headthe main word in a phrase that determines its syntactic typemain word중심어
separabilitythe quality of being able to be separated or divideddivisibility분리 가능성
intrinsicbelonging naturally; essentialinherent본질적인
기법아이디어비유
Laplace (Add-One)모든 경우의 수에 +1을 더해줌. 안 본 것도 최소한의 기회를 줌.시험 점수를 0점 맞아도 최소 1점은 줘
Backoffn-gram이 없으면 더 짧은 n-gram으로 내려가서 확률을 씀.3단어 조합 못 봤네? → 그럼 2단어 조합으로 보자 → 그것도 없으면 1단어라도 보자.
Linear Interpolation여러 레벨(n=1,2,3)을 동시에 섞어서 확률 계산.국어, 영어, 수학 점수를 일정 비율(λ)로 합쳐서 성적 보는 것.
Witten-Bell / Kneser-Ney더 정교하게 확률 질량을 재분배. (현업에서 성능 좋음)선생님이 본 적 없는 문제지만 유사 문제를 잘 풀었으니 점수 좀 더 주자 하는 것.
Stupid Backoff대충 큰 코퍼스를 모아서, 그냥 단순 backoff만 사용. (빅데이터 시대 구글에서 씀)데이터가 워낙 많으니까, 그냥 단순한 방법도 잘 먹힌다.