본문으로 건너뛰기

Vocabulary for AI 011

· 약 5분

Vocabulary & Expressions

Term/ExpressionDefinitionSimpler ParaphraseMeaning
formalisma system of rules and symbols used to represent concepts in a precise and unambiguous waystructured system형식주의, 형식 체계
disjointnot connected or relatedseparate분리된, 연결되지 않은
caveata warning or cautionary detail to considerwarning경고, 주의 사항
instantaneoushappening immediatelyimmediate즉각적인, 순간적인
dwellera person or animal that lives in a specific placeinhabitant거주자, 주민
scantyinsufficient in quantity or qualitymeager부족한, 빈약한
synthesizeto combine different elements to form a coherent wholecombine합성하다, 종합하다
angstroma unit of length equal to one ten-billionth of a meter, used to measure very small distancesunit of length옹스트롬 (10억분의 1미터)
treatya formal agreement between two or more countriesagreement조약, 협정
enticeto attract or tempt by offering something desirableattract유혹하다, 꾀다
simplistictreating complex issues in an overly simple wayoversimplified지나치게 단순화된
Event Calculusa formalism for representing and reasoning about events and their effects over timetemporal reasoning system이벤트 연산
reifyto make something abstract more concrete or realconcretize구체화하다, 실체화하다
reificationthe process of making an abstract concept more concrete or realconcretization구체화, 실체화
ceaseto stop or bring to an endstop중단하다, 멈추다
exogenousoriginating from outside a systemexternal외부의, 외생적인
reignto hold royal office; to rule as a monarchrule통치하다, 군림하다
obscuredhidden or made less visiblehidden가려진, 숨겨진
by virtue ofbecause of; as a result ofbecause of~덕분에, ~때문에
semidecidablea property of a problem where a solution can be verified if given, but not necessarily foundpartially decidable반결정 문제
singlyone at a time; individuallyone at a time하나씩, 개별적으로
negateto nullify or make ineffectivenullify부정하다, 무효화하다
subsumptionthe process of including one concept within another, more general conceptinclusion포섭, 포함
thrustthe main idea, subject, or opinion that is discussed or written aboutmain idea요지, 핵심
tractabilitythe quality of being easy to manage or deal withmanageability계산 가능성
resolventa clause derived from two clauses containing complementary literals, used in resolution-based theorem provingderived clause해석자, 해결책
propositionalzationthe process of converting first-order logic statements into propositional logic statementsconversion to propositional logic명제화
transductionthe process of converting one form of data into anotherdata conversion변환, 전환
transductive learninga type of machine learning where the model makes predictions on specific test cases based on the training data, rather than generalizing to unseen datacase-based learning전이 학습
representationthe way in which information or knowledge is structured and organizeddepiction표현, 나타냄
dispensethe act of distributing or providing somethingdistribution분배, 제공
factorto break down a problem into smaller, more manageable partsbreakdown분해하다
inherentlyin a way that is a permanent, essential, or characteristic attributeintrinsically본질적으로, 내재적으로
precludeto prevent something from happening or to make it impossibleprevent배제하다, 막다
integralnecessary to make a whole complete; essentialessential필수적인, 완전한
eschewto deliberately avoid or abstain from somethingavoid피하다, 삼가다
logarithmicallyin a way that relates to logarithms or logarithmic functionsin terms of logarithms로그적으로
counteractto act in opposition to something to reduce its effectoppose대응하다, 반작용하다
point-wiseapplying a function or operation to each individual element separatelyindividually점별로, 개별적으로
tedioustoo long, slow, or dull; tiresome or monotonousboring지루한, 따분한
multiplicativerelating to multiplication or the process of multiplyingrelating to multiplication곱셈의, 증가하는
leftwardmoving or directed to the leftto the left왼쪽으로
recurrencethe act of returning or happening againreturn재발, 반복
sinusoida mathematical curve that describes a smooth, periodic oscillationwave-like curve사인 곡선
desideratumsomething that is desired or wanteddesired thing바람직한 것, 필요조건
contiguoussharing a common border; touchingadjacent인접한, 접촉하는
dilatedmade larger or expandedexpanded확장된, 팽창된
exhibitto show or display something publiclydisplay전시하다, 나타내다
regimea system or planned way of doing things, especially one imposed from abovesystem체제, 제도
perplexitya state of confusion or uncertaintyconfusion당혹, 혼란
reliancedependence on or trust in someone or somethingdependence의존, 신뢰

Ontology

ConceptWhat it isRole / FunctionExample
OntologyThe representation itself — a structured map of concepts and relationsDescribes the general framework of the worldThe hierarchy (Anything → PhysicalObjects → Humans, etc.)
Ontology SystemThe platform or implementation that holds and reasons about ontologiesStores, queries, and integrates knowledgeCYC, DBpedia, Google Knowledge Graph
Ontological EngineeringThe process of designing and maintaining ontologiesDefines general concepts and their logical structureDefining "PhysicalObject" → later "Robot," "Television," etc.

Semantic Network

  • Semantic networks let us represent logical relationships visually, but their meaning remains purely logical — about objects, categories, and relations.

Tractability

AspectSemantic NetworkDescription LogicFirst-Order Logic
형식성낮음 (그래픽 기반)중간 (논리 기반)높음 (수학적)
표현력제한적중간매우 높음
추론 효율성매우 높음높음 (다항시간 목표)낮음 (NP-hard~undecidable)