inference$39037$ - vertaling naar grieks
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

inference$39037$ - vertaling naar grieks

COMPONENT OF THE SYSTEM THAT APPLIES LOGICAL RULES TO THE KNOWLEDGE BASE TO DEDUCE NEW INFORMATION
Expert system shell; Inference system; Rule-based inference engine

inference      
n. συμπέρασμα, τεκμήριο

Definitie

inference rule
<logic> A procedure which combines known facts to produce ("infer") new facts. For example, given that 1. Socrates is a man and that 2. all men are motal, we can infer that Socrates is mortal. This uses the rule known as "modus ponens" which can be written in {Boolean algebra} as (A & A => B) => B (if proposition A is true, and A implies B, then B is true). Or given that, 1. Either Denis is programming or Denis is sad and 2. Denis is not sad, we can infer that Denis is programming. This rule can be written ((A OR B) & not B) => A (If either A is true or B is true (or both), and B is false, then A must be true). (1994-10-31)

Wikipedia

Inference engine

In the field of artificial intelligence, an inference engine is a component of the system that applies logical rules to the knowledge base to deduce new information. The first inference engines were components of expert systems. The typical expert system consisted of a knowledge base and an inference engine. The knowledge base stored facts about the world. The inference engine applies logical rules to the knowledge base and deduced new knowledge. This process would iterate as each new fact in the knowledge base could trigger additional rules in the inference engine. Inference engines work primarily in one of two modes either special rule or facts: forward chaining and backward chaining. Forward chaining starts with the known facts and asserts new facts. Backward chaining starts with goals, and works backward to determine what facts must be asserted so that the goals can be achieved.