reasoning$67189$ - meaning and definition. What is reasoning$67189$
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is reasoning$67189$ - definition

SUBFIELD OF COMPUTER SCIENCE AND LOGIC
Machine reasoning; Automatic reasoning; Automated reasoning program; Computer reasoning; Artificial intelligence reasoning; Machine-supported reasoning; Automated logical inference; Mechanical reasoning; Automated inference; Applications of automated reasoning; History of automated reasoning; Automated inductive reasoning; Automated logical reasoning; Reasoning in artificial intelligence

case based reasoning         
  • French]].<!-- Please replace this with a diagram in English; most readers (I assume) won't understand the diagram in French. ~Duckmather -->
APPROACH TO SOLVE NEW CASE ON SOLUTION OF SIMILAR PREVIOUS CASE
Case based reasoning
<artificial intelligence> (CBR) A technique for problem solving which looks for previous examples which are similar to the current problem. This is useful where heuristic knowledge is not available. There are many situations where experts are not happy to be questioned about their knowledge by people who want to write the knowledge in rules, for use in expert systems. In most of these situations, the natural way for an expert to describe his or her knowledge is through examples, stories or cases (which are all basically the same thing). Such an expert will teach trainees about the expertise by apprenticeship, i.e. by giving examples and by asking the trainees to remember them, copy them and adapt them in solving new problems if they describe situations that are similar to the new problems. CBR aims to exploit such knowledge. Some key research areas are efficient indexing, how to define "similarity" between cases and how to use temporal information. (1996-05-28)
Knowledge representation and reasoning         
FIELD OF ARTIFICIAL INTELLIGENCE ON REPRESENTING INFORMATION IN A FORM THAT A COMPUTER SYSTEM CAN USE TO SOLVE COMPLEX TASKS
Knowledge Representation; Knowledge representation formalisms and methods; Knowledge model; Knowledge representation system; Knowledge representation; Knowledge models; Knowledge representation & reasoning; KR²; KR&R; History of knowledge representation and reasoning; Knowledge reasoning
Knowledge representation and reasoning (KRR, KR&R, KR²) is the field of artificial intelligence (AI) dedicated to representing information about the world in a form that a computer system can use to solve complex tasks such as diagnosing a medical condition or having a dialog in a natural language. Knowledge representation incorporates findings from psychology about how humans solve problems and represent knowledge in order to design formalisms that will make complex systems easier to design and build.
Automated reasoning         
In computer science, in particular in knowledge representation and reasoning and metalogic, the area of automated reasoning is dedicated to understanding different aspects of reasoning. The study of automated reasoning helps produce computer programs that allow computers to reason completely, or nearly completely, automatically.

Wikipedia

Automated reasoning

In computer science, in particular in knowledge representation and reasoning and metalogic, the area of automated reasoning is dedicated to understanding different aspects of reasoning. The study of automated reasoning helps produce computer programs that allow computers to reason completely, or nearly completely, automatically. Although automated reasoning is considered a sub-field of artificial intelligence, it also has connections with theoretical computer science and philosophy.

The most developed subareas of automated reasoning are automated theorem proving (and the less automated but more pragmatic subfield of interactive theorem proving) and automated proof checking (viewed as guaranteed correct reasoning under fixed assumptions). Extensive work has also been done in reasoning by analogy using induction and abduction.

Other important topics include reasoning under uncertainty and non-monotonic reasoning. An important part of the uncertainty field is that of argumentation, where further constraints of minimality and consistency are applied on top of the more standard automated deduction. John Pollock's OSCAR system is an example of an automated argumentation system that is more specific than being just an automated theorem prover.

Tools and techniques of automated reasoning include the classical logics and calculi, fuzzy logic, Bayesian inference, reasoning with maximal entropy and many less formal ad hoc techniques.